body 
	{
	font-family: "Kristen ITC";
	background-image: url("../../docs/images/bg.jpg");
	background-repeat: repeat-x;
	}

p
	{
	line-height: 25px;
	text-align: center;
	font-size: 14pt;
	color: rgb(0, 0, 143);	
	}

#tekst
	{
	line-height: 20px;
	font-size: 11pt;
	color: rgb(0, 0, 143);	
	}

#pagina
	{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -400px;
	width: 800px;
	height: 500px;
	overflow: hidden;	
	}

#boven
	{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 780px;
	height: 130px;
	overflow: hidden;
	}

#links
	{
	position: absolute;
	top: 150px;
	left: 10px;
	width: 330px;
	height: 270px;
	overflow: hidden;
	}

#midden
	{
	position: absolute;
	top: 150px;
	left: 340px;
	width: 120px;
	height: 270px;
	overflow: hidden;
	}

#rechts
	{
	position: absolute;
	top: 150px;
	left: 460px;
	width: 330px;
	height: 270px;
	overflow: hidden;
	}

#onder
	{
	position: absolute;
	top: 420px;
	left: 10px;
	width: 780px;
	height: 80px;
	overflow: hidden;
	}