#distance {
	width:1px;
	height:50%;
	background-color:#1E1E1E;
	margin-bottom:-19em; /* half of container's height */
	float:left;
		}
	html, body {
		height:100%;
		}

	body {
	color:#1E1E1E;
	text-align:left; /* horizontal centering for IE Win quirks */
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
		}
	#container {
	position:relative; /* puts container in front of distance */
	text-align:left;
	width:960px;
	clear:left;
	background-position: center center;
	vertical-align: middle;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 600px;
	background-color: #999;
		}

	address {
		font-weight:normal;
		font-size:80%;
		font-style:normal;
		text-align:right;
		margin:0 20em 0 3em;
		}
.imgborder{
	border: 2px solid #333333;
}
.imgborder2{
	padding: 2px;
	border: solid 1px #EFEFEF;

}
:focus {outline:none;}