@charset "UTF-8";
/* Contact: Pieter Sturm - vormgever */
 /* body */
body {
 	font-family: Verdana, Geneva, sans-serif;
	padding: 0;
	background-color: #d9d9d9;    /* #d9d9d9 */
	position: relative;
	width: 1100px;
	margin: 0 auto;
	z-index: 0;
}

/* inhoud */
#inhoud {
	width: 1100px;
	height: 720px;
	position: relative;
	margin: 0 auto;
	background-color: #d9d9d9;
}

#pieter_sturm {
	position: absolute;
	top: 140px;
	border: 0px;
	z-index: 1;
}

#vormgever {
	position: absolute;
	top: 592px;
	border: 0px;
	z-index: 2;
}

/* footer */
#footer {
	position: relative;
	top: 682px;
	border: 0px;
	text-align: center;
	z-index: 1;
}
