html, body {
	height: 100%;			/* required */
	background:#000000;
}
body {
	text-align: center;		/* horizontal centering hack for IE */
	padding: 0;				/* required to "hide" distance div */
	margin: 0;				/* required to "hide" distance div */
}

#distance { 
	margin-bottom: -300px;	/* half of content height */
	width: 1px;				/* required to "hide" distance div */
	height: 50%;			/* required */
	float: left;			/* required */
}

#main {
	position: relative;		/* positions content on top of distance */
	text-align: left;		/* horizontal centering hack for IE */
	height: 600px;			/* required - desired height */
	width: 1000px;			/* required - desired width */
	margin: 0 auto;			/* required */
	clear: left;			/* required */
}

.threeofive {
	position: absolute;
	text-align:center;
	left:420px;
	top:0px;
	margin-bottom:0px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#FFF}
	
.threeofive_text {
	position: absolute;
	text-align:center;
	left:300px;
	top:220px;
	margin-bottom:0px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#FFF}

.lab {
	position: absolute;
	left:500px;
	top:300px;
	margin-bottom:0px;
	color:#FFF;
	font-family:'Orator Std', Tahoma;
	text-align:center;
	}

.make {
	position: absolute;
	left:200px;
	top:300px;
	margin-bottom:0px;
	color:#FFF;
	font-family:"Helvetica", sans-serif;
	text-align:center;
	}


