body, html {
	height: 100%;
	margin: 0;
	text-align: center;
	background-color:#333;
} 
.container {
   width: 600px;
   height: 350px;
   position: absolute;
   top: 50%;
   left: 50%;
   margin: -200px 0 0 -390px;
}
