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

* {
margin:0;
padding:0;
}

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

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

html, body{
	height: 100%;
	width: 100%;
	background-color:#101010;
}
