
body {
	background-color: #d2d2d4;
	text-align: center;
}

#container {
	margin: auto;
	width: 800px; 
	height: 600px; 
	position: absolute; 
	left: 50%; top: 50%; 
	margin-top: -300px; 
	margin-left: -400px; 
}

