* {margin:0;padding:0;} 

html, body, #container {
     height: 100%;
}

body > #container {
     height: auto; 
	 min-height: 100%;
}

body {
     background-color:#b3b3b3;
	 background-image: url(../design/bannerbg.jpg);
	 background-position: center top;
	 background-repeat: no-repeat;
}

#container {
     width:1100px;
	 margin:auto;
	 background-image:url(../design/mainbg.jpg);
	 background-position:center;
	 background-repeat:repeat-y;
}

#header {
	height:200px;
	background-image: url(../design/banner.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

#weetjes {
	position:relative;
	height:150px;
	width:490px;
	left: 205px;
	top: 25px;
}

#bannerpics {
	position:relative;
	height:240px;
	width:360px;
	left:730px;
	top:-140px;
}

#content {
     padding-bottom: 110px;
	 background-image: url(../design/mainbg.jpg);
	 background-position:top;
	 background-repeat:repeat-x;
}

#contentleft {
	position: relative;
	float: left;
	width: 140px;
	left: 32px;
}

#contentmiddle {
    position: relative;
	float: left;
	width: 540px;
	border-right:#999 dotted 1px;
	margin-left: 40px;
	padding-left: 5px;
}

#contentright {
	position:relative;
	float: left;
	width: 335px;
	margin-left: 10px;
	margin-top: 50px;
}

#footer {
	position: relative;
	margin-top: -110px;
	height: 110px;
	clear:both;
	width:100%;
	background-image:url(../design/bottom_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
} 

#bottom {
	position:relative;
	margin:auto;
	width:1100px;
	height:110px;
	background-image:url(../design/bottom_main_bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

.clearfix:after {
     content: ".";
	 display: block;
	 height: 0;
	 clear: both;
	 visibility: hidden;
}

.clearfix {
     display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

