	div#container {
		width:950px;
		margin:0px auto 0px auto;
		background:url(../images/blauw/containerBG.gif) top left repeat-y #e2e2e2;
	}
	
	div#subContainer {
		background:url(../images/blauw/bgContainer.jpg) top left no-repeat;
		width:950px;
		color:#fff;
		font-size:12px;
	}
	
	div#footer {
		background:url(../images/blauw/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:#008ac9;
	}