html, body {
	height:100%;
}	
body {
	background-color:#293045;
	font:100.01%/1.4 verdana;
	margin:0;
	text-align:center; /* horizontal centering for IE */
}
#centering { 
	width:1px;
	height:50%;
	margin-bottom:-375px; /* half of container's height */
	float:left;
}
#container {
	margin:0 auto;
	position:relative; /* puts container in front of centering */
	text-align:left;
	height:750px;
	width:768px;
	clear:left;
	z-index:1;
}

