/* Een professionele webstie */

/* --- GLOBAL CSS --- */

*{
	margin: 0px;
	padding: 0px;
}

html, body {
	height: 100%;
}

/* BODY */
body{
	background-color: #2b2e2e;
	background-image: url(../images/image-bg.jpg);
	margin: 0px;
	height: 100%;
}

/* DIVS */
#div-maincenter{
	background-color: #FFFFFF;
	background-image: url(../images/images-bgcontent.jpg);
	margin: 0px auto;
	width: 837px;
	min-height: 99%;
	height: 100%;
	height: auto;
}

html>body #div-maincenter {
	height: auto;
}

#div-headerContainer{
	background-image: url(../images/image-header.jpg);
	height: 131px;
	width: 837px;
}

#div-headerSlogan{
	position: absolute;
	margin-top: 50px;
	margin-left:380px;
}

#div-headerMenu{
	position: absolute;
	margin-top: 103px;
	margin-left: 25px;
}

#div-mainContent{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 40px;
	margin-left: 40px;
	width: 410px;
	float: left;
}

#div-imageContainer{
	float: left;
	margin: 40px;
}

#div-clear{
	clear: both;
}

#div-footerContainer{
	bottom: 0;
	background-image: url(../images/image-footer.jpg);
	height: 40px;
	width: 837px;
	margin-left:auto;
	margin-right:auto;
}

#div-footerInner{
	text-align: right;
	padding-right: 25px;
	padding-top: 17px;
}