	div#container {
		width:950px;
		margin:0px auto 0px auto;
		background:url(../images/groen/containerBG.gif) top left repeat-y #e2e2e2;
	}
	
	div#subContainer {
		background:url(../images/groen/bgContainer.jpg) top left no-repeat;
		width:950px;
	}
	
	div#footer {
		background:url(../images/groen/footerBG.jpg) top left no-repeat;
		width:830px;
		height:21px;
		margin:0px auto 0px auto;
		clear:both;
		text-align:right;
		padding:30px 120px 0px 0px;
	}
	
	div#footer a:link, div#footer a:visited, div#footer a:active {
		color:#19b562;
	}
	
	div.partners {
		border:1px solid #1d7f4a;
		padding:5px 0px 0px 20px;
		margin-bottom:15px;
		background-color:#42c479;
		color:#fff;
	}
	
	div.partners ul {
	list-style:none;
	margin:0px;
}

div.partners a:link, div.partners a:active, div.partners a:visited {
	color:#fff;
	text-decoration:none;
	display:block;
	border-bottom:1px solid #fff;
	font-size:11px;
	height:14px;
}

div.partners a:hover {
	background-color:#000;
}

div.partners li:hover {
	list-style:disc;
	list-style-position:outside;
}
