* {
		margin:0;
		padding:0;
		}

	html, body {
		height:100%;
		}

	body {
		background: url(../images/hg.gif) 0px 0px; 
		color:#fff;
		font:100.01%/1.4 verdana;
		text-align:center; /* horizontal centering for IE Win quirks */
		}

	#distance { 
		width:1px;
		height:50%;
		margin-bottom:-300px; /* half of container's height */
		float:left;
		}

	#container {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		height:600px;
		width:800px;
		clear:left;
		background-color:#000;
		border:1px solid #fff;
		}
	#content{
	height: 281px;
	overflow:auto;
	text-align:center;
	}
	
	#content h1{
	font-size:0.8em;
	font-weight:bold;
	padding:0px;
	margin:0px;
	}
	
	#content p{
	font-size:0.7em;
	padding:0px;
	margin:0px;
	}
	
