html, body {
	height: 100%;         
}

body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           
	margin: 0;            
	background: #948676;
}

div#distance {
	margin-bottom: -20em; 
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          
	float: left;          
}

div#content {
	position: relative;   /* positions content on top of distance */
	height: 550px;         
	width: 770px;          
	margin: 0 auto;       
	clear: left;    
}

p#smallprint {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #665d53;    
	margin: 0 auto;   
}