html,body	{
			height:100%;
			margin: 0px;
			padding: 0px;
			background-color: #E1007A;
			text-align:center;
			overflow-y: hidden;
			}

#distance 	{
			width:1px;
			height:50%;
			margin-bottom:-260px; /* helft van de website hoogte */
			float:left;
			}

div#container
			{
			text-align:left;
			margin:0 auto; /* Ook horizontaal centreren */
			position: relative;
			width:1000px;
			height: 516px;
			clear: left;
			background-color: black;
			}

#plaatje	{
			position: absolute;
			left: 0px;
			top: 0px;
			width: 1000px;
			height:490px;
			z-index: 9;
			}

			
#menu		{
			position: absolute;
			left: 0px;
			top: 490px;
			width: 1000px;
			height:26px;
			background-color: black;
			text-align: -moz-right; 
			}