/* CSS Document */

* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
}
body {
	background-color:#000000;
	color:#000000;
	font:100.01%/1.4 sans-serif;
	text-align:center; /* horizontal centering for IE Win quirks */
}
#distance {
	width:1px;
	height:50%;
	background-color:#000000;
	margin-bottom:-305px; /* half of container's height */
	float:left;
}
#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:610px;
	width:1008px;
	clear:left;
	background-image: url(img/theohorstink.com_2.gif);
}
#container div {
	font-size:80%;
	float:right;
	width:17em;
	margin-left:2em;
}

