@charset "utf-8";
/* CSS Document */
body {
	background-color:#000;
}

#content_master {
width:800px;
height:868px; 
position:absolute;
top:0;
left:50%;
margin-left:-400px;
background-color:#999;
}

	
#topnav {
	width:800px;
	height:150px;
	}
	
#content_main {
	width:800px;
	height:450px;
	float:left;
}

#footer {
	width:800px;
	height:20px;
	clear:both;
}
