﻿html, body
{
	margin: 0;
	padding: 0;
	height: 100%;	
}
html
{
	background-color: #191804;
}
body 
{
	text-align: center;
}

#distance { 
	width:1px;
	height:50%;
	background-color:#191804;
	margin-bottom:-320px; /* half of container's height */
	float:left;
}

#container
{
	margin: 0 auto;
	position: relative;
	text-align: left;
	height: 640px;
	width: 1025px;
	clear: left;
}

#startTop
{
	height: 150px;
	background-image: url(images/start_top.jpg);
	position: relative;
}
#startMidden
{
	height: 316px;
	background-image: url(images/start_midden.jpg);
	background-repeat: no-repeat;
	position: relative;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.6;
	color: #191804;
}
#startMidden a
{
	color: #191804;
}
#startMidden a:hover
{
	color: #666;
}
#startBottom
{
	height: 174px;
	background-image: url(images/start_bottom.jpg);
	position: relative;
}

#tekstMerwelanden
{
	position: absolute;
	width: 238px;
	height: 130px;
	top: 150px;
	left: 175px;
}
#tekstBiestro
{
	position: absolute;
	width: 238px;
	height: 130px;
	left: 600px;
	top: 150px;
}

