* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	background: #f7f6f4;
	text-align: center; /* horizontal centering for IE Win quirks */
}
img {
	border: none;
}
#distance_home {
	width: 1px;
	height: 48%;
	margin-bottom: -20px; /* half of container's height */
	float: left;
}
#container_home {
	margin: 0 auto;
	position: relative; /* puts container in front of distance */
	text-align: center;
	width: 275px;
	height: 40px;
	clear: left;
}
