body{
	padding: 0px;
	margin: 0px;
}

#container{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 100%;
	}
	
#header{
	width: 1000px;
	height: 210px;
	background-image:url(../gfx/header.jpg);
	background-repeat: no-repeat;	
	}
	
#navigatie{
	width: 1000px;
	height: 60px;
	}	
	
#content{
	width: 580px;
	bottom: 100px;
	background-color:#000000;
	padding: 10px 10px 10px 10px;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: 140%;	
	}
	
#footer{
	height: 100px;
	width: 1000px;
	}	
	
#linkerkolom{
	float: left;
	width: 1000px;
	background-image: url(../gfx/image2.jpg);
	background-repeat:repeat-y;
	
	}

#rechterkolom{
	float: right;
	background-image: url(../gfx/image3.jpg);
	background-repeat: repeat;
	width: 800px;
	
	}	
	

IMG {
	border: 0px;
	
	}	