
body {
	background: #0A0A0A url(images/img1.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

a {
	border-bottom: 1px dotted #ffcc33;
	text-decoration: none;
	color: #652A17;
}

a:hover {
	border: none;
	color: #FFCC33;
}

#header	{
			position:absolute;
			left:250px;
			top:00px;
			width:1024px;
			height:350px;
			border:none;
}

#center		{
			position:absolute;
			left:20px;
			top:250px;			
			width:1024px;
			
}


