html, body {
	height:100%;
	background-image:url(gfx/bg.jpg);
	background-repeat:repeat-x;
	background-color: #faeee2;
	}
body {
	background-color: #faeee2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #000;
}
#distance { 
	width:1px;
	height:50%;
	margin-bottom: -350px; /* 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: 1038px;
	clear:left;
	padding: 0px; 
}	
#logo{
	position: absolute;
	left:0px;
	top: 0px;
}
#content{
	position:absolute;
	left:0px; 
	top:195px;
	background-color:#FFF;
	width:100%; 
	height:470px;
}
#navi{
	position:absolute;
	top:135px;
	left:0px;
}
#text{
	position:absolute;
	top:25px;
	left:27px;
	width: 967px;
}
#footer{
	position:absolute;
	top: 685px;
	width: 100%;
	font-size: 9px;
	text-align:center;
	letter-spacing: 0px;
		
}
h1{
	font-size:14px;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
.tiny {
	font-size: 10px;
}

