html {
	min-height: 100%;
	height: auto;
}


body {
	background:url("../images/bg-image.jpg") no-repeat #34a2f9;
	background-position:bottom;
	margin:0px;
	padding:0px;
}
div#container {
	position: absolute;
	top: 50%;
	left:50%;

	margin-top: -268px;		
	margin-left: -323px;
	
	width: 646px;
	height: 536px;
	text-align:center;
}

div#flashcontent {
	background:url("../images/bg-test.gif") center bottom no-repeat;
	padding-top:5px;
	}

div#text, div.text {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #000066;
}
div#text p, div.text p {
	margin: 0px 0px 14px 0px;
	padding: 0;
}
div#text a, div.text a {
	color: #FF3300;
	text-decoration: none;
}
div#text a:hover, div.text a:hover {
	color: #990000;
}

div#pijlTerug {
	position: absolute;
	left: 12px;
	top: 418px;
}
div#pijlVerder {
	position: absolute;
	left: 588px;
	top: 418px;
}
img {
	border-width: 0px;
}