@charset "utf-8";
/* CSS Document */

body{
	background-color:#000000;
}
#content {
	position: absolute;
	top: 0px;
	width:1024px;
	height:680px;
	left: 50%;
	margin-left: -512px;
}
