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

html, body {
	height:100%;
	}

body {
	background-color: #968E87;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #C2B8AF;
	font-size: 17pt;
}

a, a:hover {
	color: #FFFFFF;
	text-decoration:none;
}

#distance { 
	width:1px;
	height:50%;
	margin-bottom:-95px; /* half of container's height */
	float:left;
}

#conhome {
	margin-left:10px;
	margin-top:10px;
	position:relative; /* puts container in front of distance */
	height:190px;
	clear:left;
}

#conswf {
	width:1090;
	height:1014;
	text-align:left;
	margin-left:10px;
	margin-top:10px;
	position:relative; /* puts container in front of distance */
}