body, html {height: 100%;
text-align: center;

background-color:#666666;
}
#header{
	background-image:  url(../afbeeldingen/header.gif);
	width:auto;
	height:110px;
	z-index: 4;
	background-repeat: no-repeat;
    background-color: #808080;

   }
#container { 
margin: 0 auto;
width: 1000px;
position: relative;
min-height: 100%;
height:auto !important; /* voor moderne browsers */
height:100%; /* voor IE */
background-color:#CCCCCC;
border-left: solid 2px white;
border-right: solid 2px white;
border-bottom: solid 2px white;
border-top: solid 2px white;}

#menu {
	background-color: #ffffCC;
	width:auto;
	height:30px;
	z-index: 50;
	text-align: left;
    border-top: solid 1px gray;
    border-bottom: solid 1px gray;}
    

#content {
	text-align: center;
	margin: 0 auto;
	width: auto;
	height: 65%;
	background-image: url(../afbeeldingen/BG.gif);
}



#sponsors{

	clear:both;
	width:auto;
	bottom: 0; /* heel belangrijk */
	height:65px;
	background-color:#CCCCCC;
	border-bottom: solid 1px white;
	position: relative;
}

#footer {
	clear:both;
	width:auto;
    bottom: 0; /* heel belangrijk */
	background-color: #CCCCCC;
	height:15px;
	color: #000000;
    position: absolute; 
}

#danser {
    background-color: #CCCCCC;
	width:auto;
	height:20px;
	z-index: 5;
}