@charset "UTF-8";
* {
		margin:0;
		padding:0;
		}

html, body {
		height:100%;
		}
body {
		background-color: #eb9872;
}
#distance { 
		width:1px;
		height:50%;
		margin-bottom:-18em; /* half of container's height */
		float:left;
		}
#main {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		height:27.5em;
		width:45em;
		clear:left;
		}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: #755120;
	font-weight: bold;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #755120;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #755120;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #755120;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #755120;
	font-weight: bold;
	text-decoration: none;
}

