body {
	background-color: #006991; 
}

#center { 
	position: absolute; 
	top: 50%; 
	width: 100%; 
	height: 1px; 
	overflow: visible;
}

#main {
	position: absolute; 
	left: 50%; 
	width: 600px; 
	margin-left: -300px; 
	height: 14px; 
	top: -92px;
} 
