body {
	  height: 100%;
	  color:#786E69;
		font-family:Tahoma,"Lucida Grande";
		font-size:10px;
		text-align: center; 
}		
html, body {
  height: 100%;
  background-color: black;
  white-space:nowrap;
}

body {
/*...stuff here...*/
  position: relative; /*stabiliseren van IE*/
}
li {
	font-size:1.2em;
	list-style-type:none;
	text-decoration:none;
	text-transform:uppercase;
}
#navmenu {
  min-height: 1.5em;
  margin-bottom: 0;
  margin-top: 15px;
  padding-top: .2em;
  z-index: 10;
  margin-left: -120px;	  
}

#navmenu li {
display: inline;
margin-left: 50px;	  
}
#navmenu a {
text-decoration: none;
text-align: center;
color: #786E69;
white-space: nowrap;
}
#navmenu a:focus, #navmenu a:hover, #navmenu a:active {
color: #786E69;
}
#navigation {
background-color: #000000;
border-top: 1px solid #786E69;
padding-top: 2px;
position: fixed; 
bottom: 0;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
width: 100%;
z-index: 1000;
}
* html #navigation {
position: absolute;
width: 100%;/*IE5.5*/
bottom: 0;
left: 0;
overflow: visible; earlier had overflow: hidden on various things... you might not need this line
top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop +(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
}
#fullpage {
background-color: #000000;
}
#flashBody {
z-index: 9999919;
background-color: #000000;	
}
a img {
 border: 0 none;
}
.logo {
float: left;
}	
.fullPage{
z-index: 1;
}
