	* {
		margin:0;
		padding:0;
		}

	html, body {
		height:100%;
		}

	body {
		background-color:#fff;
		text-align:center;
		}

	#distance { 
		width:1px;
		height:50%;
		background-color:#fff;
		margin-bottom:-13.75em;
		float:left;
		}

	#container {
		margin:0 auto;
		position:relative;
		text-align:left;
		height:220px;
		width:350px;
		clear:left;
		}

	#container div {
		float:right;
		width:17em;
		margin-left:2em;
		}
		
	a:link,
	a:visited {
		text-decoration: underline;
		color: red;
		}
	a:link:hover,
	a:visited:hover {
		text-decoration: none;
		color: red;
		}
