/* universal */
* {
	margin: 0px; 
	padding: 0px;
}

body {
	font: 13px arial;
	color: #000;
	margin: 0;
	padding: 0;
	line-height: 1;
	background: #000;
}

img { border: none; }

/* Default link colors */


a:link,a:visited {color: #000; text-decoration: none; font-weight:bolder;}
a:hover,a:active {color: #000; text-decoration: underline; font-weight:bolder;}



/* General style */

#frame {
	margin: 25px auto 0 auto;
	width: 600px;
	height: 490px;
	background: url(images/frame.jpg) no-repeat;
	padding: 55px 60px;
}
