@charset "utf-8";

body {
	padding: 0px;
	border: 0;
	margin-top: 0px;
	background-color: #000000;
	text-align: center;
}

div#container
	{
	width: 700px;
	height: 400px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -350px;
	}

