﻿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 */
	background: #cccccc;
	font-family: Verdana;
}
h1 {
    margin: 2px 0px 4px 35px;
	font-size: 40px;
	color: #666666;
}
img {
	position: relative;
	margin: 0px 0px 0px 1.5px;
    padding: 1px 1px 1px 1px;
    border: 1px solid #d4d4d4;
    background-color: #f1f1f1
}
p {
	position: relative;
	padding: 0px 3px 0px 3px;
	line-height: 1.3em;
	font-size: 11px;
}
div#distance { 
	margin-bottom: -10em;      /* 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: 21em;              /* required */
	width: 610px;              /* required */
	background: #f1f1f1;       /* cosmetic */
	margin: 0 auto;            /* required */
	padding: 3px 3px 3px 3px;  /* cosmetic */
	border: 2px #c4c4c4 solid; /* cosmetic */
	clear: left;               /* required */
}
#copyright {
	position: absolute;
	bottom: -4px;
	left: 5px;
}
#siteBy {
	position: absolute;
	bottom: -4px;
	right: 5px;
}