@charset "UTF-8";
* {
		margin:0;
		padding:0;
		}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #c4937e;
	margin: 0px;
	text-align:center; /* horizontal centering for IE Win quirks */
	padding: 0px;
	background-image: url(back.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
a {
color:#660000;
text-decoration:none;
}
	html, body {
		height:100%;
		}
	#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:950px;
		clear:left;
		}

	#container div {
		font-size:80%;
		float:right;
		width:17em;
		margin-left:2em;
		}