html, body {
	height: 100%;         
}

body {
	background: #fff;
	margin: 0 auto;
	padding: 0px;
	font: 12px trebuchet MS;
	letter-spacing: 1px;
	line-height: 24px;
	color: #000;
}

div#distance { 
	margin-bottom: -150px; /* half of content height */
	background: #F0EDE8;      /* temporary - used to see div */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */

}

#website {
	position: relative;
	background-color:#fff;	
	width:1000px;	
	height:300px;	
	text-align: center;
	border: 1px solid #FFF;
	margin: 0 auto;
	clear: left;
	text-align: center;
}


a:link{color:#b90058; text-decoration:none; font-weight:normal; letter-spacing: 1px;}
a:visited{color:#f94e9f; text-decoration:none; font-weight:normal; letter-spacing: 1px;}
a:hover{color:#be372d; text-decoration:none; font-weight:normal; letter-spacing: 1px;}
a:active{color:#f94e9f; text-decoration:none; font-weight:normal; letter-spacing: 1px;}






