html,body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}

img {
	border: none;
}

#container {
	position: relative;
	width: 1100px;
	height: auto;
	min-height: 600px;
	top: 40px;
	margin-left: auto;
	margin-right: auto;
	background-position: top left;
	background-repeat: repeat-y;
}

#container .titel {
	position: absolute;
	margin-top: 0px;
	left: 290px;
	top: 380px;
	width: 610px;
	font-size: 50pt;
	color: #C5C5C7;
	display: inline;
	line-height: 65px;
	cursor: pointer;
}

#container #logo {
	position: absolute;
	top: 10px;
	left: 290px;
}

#container #ww {
	position: absolute;
	top: 36px;
	left: 558px;
}

#container #recreeren {
	position: absolute;
	top: 380px;
	left: 290px;
	cursor: pointer;
}

#container a.skip {
	position: absolute;
	top: 408px;
	left: 830px;
	color: #6bbedb;
	font-family: "arial";
	font-size: 8pt;
	text-decoration: none;
}

h1.titel {
	position: absolute;
	top: 608px;
	left: 770px;
	color: #6bbedb;	
}

.mask{
	position:absolute;
	top: 69px;
	left: 11px;
	width:1100px;
	height:483px;
	overflow:hidden;
}
.mask img{
	position:absolute;
	display:block;
	border:none;
	visibility: hidden;
}

#tekst {
	position: absolute;
	top: 540px;
	left: 293px;
	width: 520px;
	font-family: "arial";
	font-size: 8pt;
	text-decoration: none;
}

a {
	text-decoration: none;
	color: #F5A125;
}
a:hover {
	text-decoration: underline;
}

