html body {
	background-color: #f5f3d8;
	margin: 0px;
}

#container {
	width: 100%;
	height: 100%
}

#left {
	width: 130px;
	height: 100%;
	position: fixed;
}

#maintop {
	position: fixed;
	top: 0px;
	left: 130px;
	width: 90%;
	min-height: 195px;
	background-image: url(../images/iconenrij.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #f5f3d8;
}

#main {
	width: 85%;
	position: absolute;
	left: 130px;
	top: 205px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
	color: #4a180d;
	font-family: Arial, Helvetica, sans-serif;
/*	background-image: url(../images/johannes-center.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;	*/
	text-align: left;
	z-index: -5;
}

#footer {
	width: 100%;
	position: fixed;
	bottom: 0px;
	background-color: #4a180d;
	color: #f5f3d8;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

h1 {
	font-size:24px;
}

.smalltext {
	font-size: smaller;
}


