body {
	background-color: #056a0e;
	color: black;
}
#page {
	position: absolute;
	width: 800px;
	height: 600px;
	margin-left: -400px;
	margin-top: -300px;
	left: 50%;
	top: 50%;
	background-image: url(images/achtergrond.gif);
}
#page img {
	position: absolute;
	border: none;
}

#afbeelding-houder {
	position: absolute;
	z-index: 1;
}
#tekst-en-uitleg-houder {
	position: absolute;
	z-index: 1;
}
#tekst-en-uitleg {
	position: absolute;
	font-family: Verdana, sans-serif;
	font-size: 9pt;
}
#tekst-en-uitleg h1 {
  margin-bottom: 2px;
  font-size: 1em;
}
#tekst-en-uitleg a {
	color: black;
}

.debug {
	border: 1px solid red;
}