* html, * html body {
 height:100%;
 width:auto;
 overflow:hidden;
 margin:0;padding:0;
}

* html #ie6{
 position:relative;
 height:100%;width:100%;
 overflow:auto;
 padding:0;
 margin:0;
 top:0;
}

* html #heading {
 position:absolute;
 top:0;right:16px;left:0;
 height:100px;
 z-index:101;
}

* html #menu {
 position:absolute;
 z-index:101;
 top:100px;
 height:80%;
}

* html #content{
 z-index:0;
}
