@charset "UTF-8";

/* CSS Document */



body{

	width:100%;

	height:100%;

	background:#000;

}



#container{

	width:1050px;

	position:absolute;

	z-index:1;

	margin-left:-525px;

	left:50%;

	height:600px;

}