/* CSS Document */
body{
	background-color:#000;
	}
#site{
	position:absolute;
	left:0px;
	top:94px;
	width:1024px;
	height:777px;
	}
#center{
	position: absolute;
	width:1024px;
	top:0px;
	left: 50%;
	margin-left:-512px;
	}


