@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;         /* required */
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
h1, a a:visited{
	color: #f36f21;}
h1{margin: 0px;}
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 { 
	margin-bottom: -300px; /* 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: 600px;         /* required - desired height */
	width: 728px;          /* required - desired width */
    /* cosmetic */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
	border: 1px solid #f36f21;
}