html, body{
	background-color: #B5D440;
	background-image: url(/img/green_bg.jpg);
	background-attachment: fixed;
	background-position: bottom left;
	background-repeat:repeat;
	z-index:0;
}
div.container {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -475px;
	margin-top: -300px;
	width: 950px;
	height: 600px;
}
div.description {
	position: absolute;
	width: 950px;
	height: 40px;
	top: 0px;
	left: 0px;
	visibility: hidden;
	color: #FFFFFF;
}
/* CMS + CSS styles Ties Kuypers 080601 PvG */

div.canvas{
	position:absolute;
	background-image:url(/img/canvasbackground.png);
	margin-left: -475px;
	margin-top: -300px;
	width: 950px;
	height: 600px;
	left:50%;
	top:50%;
	z-index:2;
}
div.backgroundoverlay {
	position:absolute;
	width: 200px;
	height: 200px;
	right: 0px;
	bottom: 0px;
	background-image: url(/img/apparaten.gif);
	background-position: bottom left;
	background-repeat:no-repeat;
	z-index:1;
}