body {
font-size:12px;
}
/* show the bottom menu fixed to the bottom of the screen */
#menu_bottom {
display:block;
position:fixed;
bottom:0;
left:50%;
width:890px;
margin-left:-445px;
z-index:1001;
background-color:#336699; /* draw a new background */
}
/* hide the top menubar */
#menu {
display:none;
}

.ppilot, .cpilot, .atv, .hunter, .transport, .crashpax {
margin-bottom:2em;
}

/* unless you IE6 - then show only the top one */
* html #menu_bottom {
display:none;
}
* html #menu {
display:block;
}

* html .ppilot, * html  .cpilot, * html  .atv, * html  .hunter, * html  .transport, * html .crashpax {
margin-bottom:0;
}
