body {

	font-family: Verdana, sans-serif;
	font-size: 62.5%;
	width: 100%;
	height: 100%;
	
	margin: 0;
	padding: 0;
	
	background-color: #000;
	
}

div#container {
	position: absolute;
	
	width: 770px;
	height: 550px;
	
	background-repeat: no-repeat;
	background-position: center center;
	
}

div.hCent {
	
	left: 50%;
	margin-left: -385px;
	
}

div.vCent {
	
	top: 50%;
	margin-top: -275px;
	
}

div#content {
	width: 770px;
	height: 550px;
	background-color: #fff;
	position: absolute;
}
