body {
	margin: 0;
	padding: 0;
}
img {
	margin: 0;
	padding: 0;
}
#header {
	background-image: url(../images/ag-top.gif);
	height: 119px;
}
#left {
  	position: absolute;
  	left: 0;  
	top: 119px; /* height of the header */
	background-image: url(../images/ag-navigatie.gif);
	width: 144px;
}
#right {
	position: absolute;  
	top: 119px; /* height of the header */
	right: 0;
	width: 50px;
}
#content {
	background-image: url(../images/ag-home.gif);
  	margin-left: 144px;  
 	margin-right: 100px;	
}
#footer {
	visibility: hidden;
	height: 0px;	
}
