body {
	margin: 0;
	background-color: #988884;
	font-family: verdana;
	font-size: 12px;
}

a:link 		{color:#c62690; text-decoration:none;}
a:visited	{color:#c62690; text-decoration:none;}
a:active 	{color:#c62690; text-decoration:underline;}
a:hover		{ color:#c62690; text-decoration:underline;}

#mainContainer {
	margin: 0 auto; /* auto veranderen in 0 om centreren uit te zetten */
	width: 826px;
}

#contentAchtergrond {
	background-image: url(../images/middenFront.jpg);
	height: 560px;
	width: 826px;
	position:relative;
}

#menu {
	height: 54px;
	width: 826px;
	background-image: url(../images/menuFront.jpg);
	color: #c62690;
	line-height: 140%;
}

#footer {
	height: 245px;
	background-image: url(../images/footerFront.jpg);
}