body {
	font-family:		Verdana;
	font-size:			12px;
	background-color:	#000000;
}

body a {
	color:				#c0c0c0;
}

#sitecontainer	{
	position:		    absolute;
	width:			    800px;
	height:		      	auto;
	left:				50%;
	top:            	50px;
	margin-left:		-400px;	
	background:			#c1c1c1;
}

#background{
	position:		    absolute;
	top:				0px;
	left:				0px;
	width:				100%;
	height:				1024px;
	background-image:	url('../img/bg800.jpg');
	background-repeat:	no-repeat;
	background-position: 50% 0%; 
}

#background_image {
	position: 			absolute;
	top:				0px;
	left:				0px;
	height:				100%;
	width:				100%;
}

#main a{
text-decoration: none;
color: #000;
}