html, body {
	height: 100%;         /* required */
}
body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
}
div#distance { 
	padding-top:150px;
}
div#home_nav {
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	/*height: 20em;*/         /* required - desired height */
	width: 780px;          /* required - desired width */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
}

div#home_nav a {
	margin:0 10px;
}

#site_footer {
	background:none;
	width:100%;
	/*position:fixed;*/
	/*bottom:20px;*/
	/*height:30px;*/
}
#site_footer .designedby {
	
	/*color:#888;
	font-size:0.8em;
	margin: 0 auto;
	clear: left;
	*/
}
