body {
	background: black;
	margin: 0;
	padding: 0;
}

#box {
	position:absolute;
  	height: 420px; 
  	width: 760px;
	background: black;
  	margin: -210px 0 0 -380px;
  	top: 50%; 
  	left: 50%;
}