html,body
{
height:100%;
margin: 0px;
padding: 0px;
background: #000000;
text-align: center;
}

#distance {
width:1px;
height:50%;
margin-bottom:-240px; /* helft van de website hoogte */
float:left;
}

div#container
{
text-align:left;
margin:0 auto; /* Ook horizontaal centreren */
position: relative;
width:  1000px;
height: 480px;
clear:  left;
}

#share
{
width: 1000px;
margin: 0 auto; /* Ook horizontaal centreren */
text-align: right;
}

#share img {
border: none;
}

#share a {
text-decoration: none;
}
