* {
margin:0;
padding:0;
}

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

#distance {
width: 0px;
height: 50%;
margin-bottom: -250px;
float: left;
background-color: #fff; /*nur zu Demozwecken*/
}

#container {
margin: 0 auto;
position: relative;
height: 70px;
width: 180px;
clear: left;
background-color: #fff;
}

.p1 {
  text-align: center;
  font-family: "Lucida Console", "Courier New", monospace;
}
