﻿*
{ 	border-width: 0px;
	border-style: none;
	margin: 0;
	padding: 0;
}

body
{	height:100%;
background-image:url('../images/htgStart.gif')
}
html
{	font-family:Arial, Helvetica, Sans-Serif;
	font-size:9pt;
	height:100%;
}
 

#distance
{ 	width:1px;
    height:50%;
    background-color:#0052DE;
    margin-bottom:-227px; /* half of container's height */
    float:left;
}

#container
{   margin:0 auto;
    position:relative; /* puts container in front of distance */
    text-align:left;
    height:455px;
    width:790px;
    clear:left;
    border:0px;
    top:0px
}
#content
{	position:relative;
	height:100%;
}
a:link {color:#FFFFFF;text-decoration: none}
a:visited{color:#FFFFFF;text-decoration: none}
a:active {color:#FFFFFF;text-decoration: none}
a:hover{color:#FF9428;text-decoration:none}
