@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
}
body {
	text-align: center;
	padding: 0;
	margin: 0;
}
div#distance {
	margin-bottom: -10em;
	background: white;
	width: 1px;
	height: 50%;
	float: left;

}
div#content {
	position: relative;
	text-align: center;
	height: 20em;
	width: 40em;
	background: white;
	margin: 0 auto;
	clear: left;
}
p{
  font-size:12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}


