﻿html, body {
	height: 100%;         /* required */
}
body {
	text-align: center;
	padding: 0; 
	margin: 0; 
	color: rgb(84, 84, 84);
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	background-color:#F2F2F2;
	line-height:1.5em
}

div#distance { 
	margin-bottom: -10em; 
	background: red;   
	width: 1px;     
	height: 50%;     
	float: left;     

}
div#content {
	position: relative; 
	text-align: left;  
  
	width: 960px; 
	margin: 0 auto; 
	clear: left; 
	text-align:center;
	border:1px solid #BBB;
	padding:40px;
	background-color:#FFF;
	-moz-box-shadow: 0px 0px 5px #CCC;
	-webkit-box-shadow: 0px 0px 5px #CCC;
	box-shadow: 0px 0px 5px #CCC;
}
.error {margin-bottom: 25px; }
.error a:link { color: #459341; text-decoration:underline }
.error a:visited { color: #459341; text-decoration:underline }
.error a:hover { color: #459341; text-decoration:none }