
* {
margin:0;
padding:0;
}

html {
height: 100%;
width: 100%;
}

body
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(102,102,102);
}

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

#container {
	margin: 0 auto;
	position: relative;
	height: 200px;
	width: 804px;
	clear: left;
}

.center {
	text-align: center;
	margin-top: 10px;
}


