html, body {
	height:100%;
}

body {
	margin:0;
	padding:0;
	text-align:center;
	background-color:#fff;
	font: 10px "Lucida Grande", Lucida, Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #000;
	line-height: 1.8em;
}


#distance { 
	width:1px;
	height:50%;
	background-color:#666;
	margin-bottom:-303px; /* half of container's height */
	float:left;
	}
		
#container {
	margin: 0 auto;
	width:950px;
	text-align:left;
	position:relative; /* puts container in front of distance */
	height:607px;
	clear:left;}

#content {
	height: 100%;
}

#alt {
	width: 950px;
	height:607px;
	text-align:center;
	background: url(../images/alt_bg.jpg) no-repeat top center;
}

#altText {
	position:absolute;
	right:71px;
	width:240px;
	z-index:4;
	bottom: 0px;
	top: 350px;
}

a {
	font: 10px "Lucida Grande", Lucida, Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-weight: 900;
	color: #A5091E;
	text-decoration: none;
}

a:hover, a:active{
	color: #000;
}