@charset "utf-8";
/* CSS Document */
body {
	background-color:#000;
	}
#index {
	background:url(../img/bg.png) no-repeat;
	height:768px;
	width:1024px;
	display:block;
	position:absolute;
	left:50%;
	margin-left:-512px;
	}