body {
	text-align: center;
	background-color: #000000;
}
#main {
	position:absolute;
	height: 600px;
	width: 800px;
	left:50%;
	top:50%;
	margin-left:-400px;
	margin-top:-300px;

}

