html, body {
	height:100%;
}

body {
	margin: 0;
	padding: 0;
	font: 11px "Lucida Grande", Lucida, Verdana, Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.8em;
	color: #000;
	background-color: #eee;
	background-image: url(../img/wood_panel.gif);
	background-repeat: repeat-x;
}

img, div {
	border: 0;
}

#distance { 
	width:1px;
	height:50%;
	margin-bottom:-311px; /* half of container's height */
	float:left;
}
		
#container {
	margin: 0 auto;
	width:1000px;
	text-align:left;
	position:relative; /* puts container in front of distance */
	height:622px;
	clear:left;
}

#content {
	height: 100%;
}

#alt{
	background: url(../img/noflash.jpg) no-repeat top center;
	height: 100%;
}

#altText{
	width: 700px;
	padding: 350px 10px 10px 90px;
}

p{
	margin-bottom: 6px;
}
a {
	font-weight: 900;
	color: #fff;
	text-decoration: none;
}

a:hover, a:active{
	color: #fff;
}

h1{
	color:#fff;
	font-size: 18px;
	font-weight: normal;
	text-transform:uppercase;
}
