/* Beginpagina ---------------------------------------------------------- */ 
                                                      	
* {
	margin: 0;
}
html, body {
	height: 100%;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-color:#fff;
	background-position: top center;
	margin: 0;
	padding:0;
}

#wrapper {
	width: 930px;
	min-height: 450px;
	margin: 0 auto;
}

#top {
	width: 100%;
	height: 81px;
	margin: 0 auto;
	background-image: url("../images/top.png");
	background-repeat: no-repeat;
}

#content {
	width: 100%;
	min-height: 490px;
	position: relative;
}
#pleisterspaan {
	width: 421px;
	height: 217px;
	background-image: url("../images/pleisterspaan.png");
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	left: 252px;
	text-indent: -5555px;
}

/* Content --------------------------------------------------------------- */ 
#content #content-links a.werkend-leren {
	width: 310px;
	height: 310px;
	display: block;
	background-image: url("../images/werkend-leren.jpg");
	background-repeat: no-repeat;
	text-indent: -5555px;
	float: left;
}
#content #content-midden {
	width: 310px;
	height: 310px;
	background-image: url("../images/spoa-logo.jpg");
	background-repeat: no-repeat;
	float: left;
}
#content #content-rechts a.lidbedrijf {
	width: 310px;
	height: 310px;
	display: block;
	background-image: url("../images/lidbedrijf.jpg");
	background-repeat: no-repeat;
	text-indent: -5555px;
	float: left;
}

