@charset "UTF-8";
/* CSS Document */
#divDistance{ 
   width:1px;
   height:50%;
   margin-bottom:-275px;
   float:left;
}  
#divContainer{
    position:relative;
    clear:left;
    margin:0 auto;
    width:790px;
    height:550px;
    }

body {
	background-color: #ffffff;
	margin-top: 5px;
	background-image: url(hand.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left center;
}
html, body {
   margin:0;
   padding:0;  
   height:100%; 
}

.background{
	background-image: url(images/achtergrond.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #ffffff;
}
