html, body {
height: 100%;
width: 100%;
overflow : hidden;
margin: 0px;
padding: 0px;
}

/*html>body #header {
position: fixed;
}
*/

.wrapper {
position: absolute;
left: 0;
top: 30px;/*2em;*/
width: 100%;
height: 100%;
}

#main {
margin-left: 202px;
height: 100%;
/*max-height: 94%;*/
/*margin-bottom: -5em; */
width: auto; /*800px;*/
overflow: auto;
/*background-color:#9999CC;*/
}

#mainapp {
margin-left: 200px;
height: 100%;
max-height: 96%;
/*margin-bottom: -5em; */
width: auto; /*800px;*/
/*overflow: auto;*/
/*background-color:#9999CC;*/
}

#header {
position: fixed;/*absolute;*/
left: 0;/*200px;*/
top: 0;
width: 100%;
/*background-color: white;*/
max-height: 2em;
min-width:800px;
z-index: 10;
}

#menu {
position: absolute;
left:0;
/*top: 2em;*/
background-color: #FFFFEA;
margin-left: 5px;
width: 200px;
height: 100%;
/*max-height: 94%;*/
overflow: auto;
/*z-index: 5;*/
}

#menu a{
margin-left: 2px;
}


