	div#container {
		width:950px;
		margin:0px auto 0px auto;
		background:url(../images/oranje/containerBG.gif) top left repeat-y #e2e2e2;
	}
	
	div#subContainer {
		background:url(../images/oranje/bgContainer.jpg) top left no-repeat;
		width:950px;
		height:610px;
	}
	
	div#footer {
		background:url(../images/oranje/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:#f57f29;
	}
	
	div.thumb {
		border:1px solid #a95c26;
		padding:5px;
		margin-bottom:15px;
		float:left;
		clear:both;
		width:500px;
		background-color:#fa9a52;
	}
	
	div.thumb a:link, div.thumb a:visited, div.thumb a:active {
		padding:5px;
		border:1px solid #333;
		margin:2px;
		display:block;
		width:100px;
		float:left;
	}
	
	div.thumb a:hover {
		background-color:#f57f29;
	}
