@charset "UTF-8";
/* CSS Document */

body 
{
	margin: 0px;
	background: #000 url(bg.png) top center no-repeat;
	color:#E6E6E6;
	font-family: sans-serif;
	
}

div#allcontent{
	margin:auto;
  	width:1024px;
  
}

div.logo{
	margin:0 auto;
	margin-top: 0px;
	width: 1024px;
	height: 200px;
}

div.menu{
	float: right;
	margin: 0px;
	
}

div.content{
	margin:0 auto;
	margin-top: 0px;
	width: 1024px;
	font-size:10px;
	text-align:center;
	clear:both;
}

div.page{
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	clear:both;
	margin-top:10px;

}

a:link {color:#000; text-decoration: none; }
a:active {color:#000; text-decoration: none; }
a:visited {color:#000; text-decoration: none; }
a:hover {color:#CF0; text-decoration: none; }

div.copyright{ 
	font-size:10px;
	color:#999;
	text-align:center;
	clear:both;
	margin-top:10px;
	
}	