html, body {
	height: 100%; /* héél belangrijk */
	padding:0 px;
	margin:0 px;
}
body {
	padding:0 px;
	margin:0 px;
	background-color:#340e0a;
	font-family:Arial, Helvetica, sans-serif;
}
#container {
	position: relative;
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
	width:901px;
	margin-left: auto;
	margin-right: auto;
}
.wrap {
	display:table-cell;
	vertical-align:middle;
	width:100%;
}
#header {
	padding-left:20px;
	height:110px;
	font-size:1.3em;
	line-height: 60px;
}
#content {
}
#welcome {
	background:url(../images/indexRotsaert.png) no-repeat;
	width:901px;
	height:494px;
}
#welcome ul {
	list-style-type:none;
	margin:0px;
	padding:220px 345px 0px 0px;
	text-align:right;
}
#welcome ul li {
	padding-bottom:25px;
}
#footer {
	position: absolute;
	bottom: 0; /* heel belangrijk */
	width: 100%;
	height: 40px;
	font-size:1.3em;
	line-height: 40px;
	text-align:center;
}
#welcome a, #welcome a:link, #welcome a:visited, #welcome a:active, #welcome a:hover {
	color:#d3912c;
	text-decoration:none;
	font-size:15px;
}
#welcome a:hover {
	text-decoration:underline;
}
