html, body {
	height: 100%;
	background-color: #fff;
}
body {
	text-align: center;
	padding: 0;
	margin: 0;
}

div#distance {
	margin-bottom: -10em;
	width: 1px;
	height: 50%;
	float: left;
}

div#content {
	position: relative;
	text-align: center;
	height: 140px;
	width: 449px;
	margin: 0 auto;
	clear:  left;
}

.contact {
	font-family: Verdana;
	font-size: 10pt;
	color: #000;
}

.contact a, a:visited, a:hover, a:active {
	text-decoration: underline;
	color: #000;
}