body	{
  margin: 0;
  padding: 0;
	font-family:	Arial;
	width:100%;
	height:auto;
 background-image: url(../img/doorloop-verloop-bottom.png);
	
}

#gradient{
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/gradient-background.png); 
  background-repeat: repeat-x;
  z-index: 1;
}

#wrapper{
  width: 910px;
  height: auto;
  position:	absolute;  
	width: 910px;
	height:	100%;
	left: 50%;
	margin-left: -455px;
	z-index: 2;
}


#sitecontainer{
  float: left;
  margin-top:45px;
  width: 908px;
  min-height: 700px;	
  background-image: url(../img/container-background.png);
  background-repeat: repeat-y;
  z-index: 2;	
}

#top	{
  float: left;
	width: 910px;
	height:	225px;
	margin-top:	0px;	
}

#left{
  float: left;
  width: 150px;
  height: 100%;
  font-size: 13px;
  color: #5e8d2b;
  margin-left:24px;
  margin-top:24px;
}

#main	{
  float: left;
	width:	605px;
	min-height:	445px;
	height:auto;
	float:left;	
	margin-left: 92px;
	margin-top: 24px;	
}

#bottom{
  float: left;
  background-image: url(../img/bottom-background.png);
  background-repeat: no-repeat;
  width: 910px;
  height: 10px;
  bottom: 0;
  z-index: 2;
  
}


