html, body          {height:100%; width: 100%; }
html, body, div     {margin: 0px; border: none;}

body {
	background-image:url('img/achtergrondlogo.gif');
	background-repeat:no-repeat;
	background-position: 65% 280px;
}
div#container
{
	margin: 0px auto;
	position:relative;
	width: 928px;
  height: 100%;
/*	min-height:650px; */
/* border: 1px solid red; */
}

div#container_header {
  background-color: #FFFFFF;
}
div#container_middle {
/* border: 1px solid red; */
	position:relative; /* needs to be abolute if you don't have a footer */
/*  min-height: 450px;  /* a minimal height to prevent trouble with the navigation & background */
  top:  0px; /* the height of all the headers when absolute 168*/
  bottom: 20px;/* the height of all the footers*/
	width:928px;
	background-image:url('img/border-middle.gif');
	background-repeat:repeat-y;
	background-position: 0px 0px;
}

div#content {
	position:relative;
	left: 186px;
	width:726px;
  top:   20px;
  padding-bottom: 30px;
}

div#footer {
/*  border: 1px solid red; */
	position:relative;
	left: 0px;
	bottom: 0px;
	background-image:url('img/border-bottom.png');
	height: 20px;
	width:928px;
	background-repeat:no-repeat;
	background-position: 0px 0px;
}

div#footer_sponsor {
/*  border: 1px solid red; */
	position:absolute;
	left: 45px;
	bottom: 15px;
}

div#footer_copyright {
/*  border: 1px solid red; */
	position:absolute;
	right: 10px;
	bottom: 11px;
}

div#title
{
	background-image:url('img/bg-title.png');
	background-repeat:no-repeat;
	position:absolute;
	width: 750px;
	height: 30px;
	left: -9px;
  top: -20px;
}

div#title_content
{
	position:relative;
	top:-18px;
}

