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 */
	color:#564b47;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	height:100%;
}
div#distance {
	margin-bottom: -360px; /* half of content height */
	background: red;      /* temporary - used to see div */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */
}
div#content {
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: 720px;         /* required - desired height */
	width: 720px;          /* required - desired width */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
}
#footer {
	clear:both;
	font-size:.9em;
	margin:2em auto;
}
img.footer_image {
	vertical-align:middle;
	height:16px;
}

a img {
	border:0;
}
#footer a { color:#2BF }
#footer a:hover { color:#F08 }
