body {
	background: black;
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:hover {
	color: #fff;
	font-size: 12px;
}

a:hover {
	color: #999;
}

#box {
	position:absolute;
  	width: 600px;
	height: 420px; 
	background: black;
	margin: -210px 0 0 -300px;
  	top: 50%; 
  	left: 50%;
}