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