html, body{
	background:#e5d5ac;
	height:100%;
}
	div.container{
		width:900px;
		height:100%;
		min-height:100%;
		position:relative;
		margin:auto;
	}
	div.holderLeft{
		float:left;
		height:100%;
		display:inline;
	}
	div.holderRight{
		float:left;
		height:100%;
		margin:0px 0px 0px 100px;
		display:inline;
	}
	div.item{
		float:left;
		height:100%;
		min-height:720px;
		width:180px;
		background:url('../images/item.png') no-repeat;
		behavior:url('js/iepngfix.htc');
		padding:0px 8px 0px 8px;
		font-family:century gothic, arial;
		font-variant:small-caps;
		font-size:17px;
		color:#ffffff;
		text-align:center;
		line-height:30px;
	}
	div.item a{
		display:block;
		cursor:pointer;
		color:#ffffff;
	}
		ul.zuidlaren{
			background:url('../images/itemZuidlaren.jpg') no-repeat;
			width:160px;
			padding:100px 10px 0px 10px;
			height:570px;
			cursor:pointer;
		}
		ul.hoogeveen{
			background:url('../images/itemHoogeveen.jpg') no-repeat;
			width:160px;
			padding:100px 10px 0px 10px;
			height:570px;
			cursor:pointer;
		}
		ul.midlaren{
			background:url('../images/itemMidlaren.jpg') no-repeat;
			width:160px;
			padding:100px 10px 0px 10px;
			height:570px;
			cursor:pointer;
		}
		ul.uitjesdrenthe{
			background:url('../images/itemUitjesdrenthe.jpg') no-repeat;
			width:160px;
			padding:100px 10px 0px 10px;
			height:570px;
			cursor:pointer;
		}
		ul.itemBottom{
			color:#474747;
			line-height:17px;
			text-align:center;
			font-variant:normal;
			font-size:11px;
			padding:0px 10px 20px 10px;
			width:160px;
		}
			ul.itemBottom a{
				color:#474747;
			}
				ul.itemBottom a:hover{
					color:#000000;
					text-decoration:underline;
				}

#grasgroenmedia {
	position:absolute;
	bottom:10px;
	right:10px;
	font-family:Verdana, Arial;
	font-size:9px;
	color:#fff;
}

#grasgroenmedia a {
	color:#fff;
	text-decoration:none;
}