html {
	background-color: black;
}

#container {
	position: absolute;
	width: 1000px;
	margin-left: -500px;
	left: 50%;
	height: 700px;
	margin-top: -350px;
	top: 50%;
}
