html, body
{
	background-color:#000000;
	padding: 0;
        margin: 0;
}



#container 
{
	position: absolute;
	
	left: 50%;
	top: 50%;
	margin-top: -300px;
        margin-left: -400px; 

	width: 800px;
	height: 600px;
}



