html, body, #container { 
	min-height: 100%; 
	width: 100%; 
	height: 100%;
}

html>body, html>body #container { 
	height: auto;
}

body {
	margin: 0px;
	background-image: url(images/background_repeater.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link, a:active, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#ffffff;
	text-decoration:	underline;
	}

#container { 
	position: absolute; 
	top: 0; 
	left: 50%; 
	width:934px;
	margin-left: -470px;
	background-image:url(images/container_back.jpg);
	background-position:center top;
	background-repeat:repeat-y

}

#topspace {
	height: 20px;
	width: 934px;
	margin: 0px;
	padding: 0px;
	}

#strooklinks {
	height: auto;
	width: 241px;
	margin: 0px;
	padding: 0px;
	float:left;
}

#menu {
	width: 241px;
	height: 285px;
	padding: 0px;
	margin: 0px;
	float: left;
	}

#logo {
	background-image: url(images/logo_background.jpg);
	background-repeat:no-repeat;
	width: 241px;
	height: 295px;
	padding-top: 15px;
	float: left;
}

#strookspacer {
	width: 22px;
	height: 530px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#content {
	width: 671px;
	height: 550px;
	float: right;
	background-image: url(images/content_background.jpg);
	background-repeat: no-repeat;
	}

#big { 

width:657px;
height:493px;
background-image:url(images/background-big.jpg);

}
#collectie { 

width:671px;
height:493px;
background-image:url(images/background-big.jpg);

}

#contentmargin {
	margin: 7px;
}


	
	
	
	
#footermargin {
margin-top: 10px;
		}
	
	
#footer {
	clear: both; 
	height: 30px; 
	position: absolute; 
	background-image:url(images/copyright.jpg);
	bottom: 0; 
	left: 0; 
	border: none; 
	width: 934px;
	line-height:20px;
	text-align:center;
	text-indent: 20 px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style:normal;
	color: #FFFFFF;
	}
