html, body {
	background-color: #000;
	height: 100%;
	margin: 0;
	padding: 0;
}
#main {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 750px;
	height: 550px;
	margin-left: -375px;
	margin-top: -275px;
}
