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

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

div#container {
	text-align:left;
	margin:0 auto;
	position: relative;
	width:800px;
	height: 600px;
	clear: left;
}

	div#txt {
		visibility:hidden;
	}
	
	p {
		visibility:hidden;
	}
	
	a, a:link {
		color: #3d2851;
		text-decoration: none;
	}
	a:hover {
		color: #fff;
	}
	
	