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

body {
	margin:0px;
	padding:0px;
	background-color:#000;
}

#container {
	width:1280px;
	height:750px;
	position:relative;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
	margin-top:0.2em;
}
