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

body{
	margin: 0;
	padding: 0;
	background: #000;
}

#container{
	position: absolute;
	width: 1024px;
	height: 600px;
	top: 0;
	left: 50%;
	margin-left: -512px;
}

#container img{
	border: none;
}