html {
   height:100%; max-height:100%; 
   padding:0; margin:0; border:0; 
background:#fff; 
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */ 
}
body {
   height:100%; max-height:100%;  
   padding:0; margin:0; border:0;
   overflow:hidden;
}

#content { overflow:auto; position:absolute; z-index:3; }
* html #content {
   top:0; left:0; right:0; bottom:0; 
   height:100%; max-height:100%; width:100%; 
   overflow:auto; position:absolute; z-index:3; 
}

#content        { top:100px; bottom:50px; left:200px; right:0; }
* html #content {
   border-top:100px solid #fff; border-bottom:50px solid #fff; 
   border-left:200px solid #fff;
}

#head, .Xstylehead { 
   position:absolute; margin:0; top:0; left:0; display:block; 
   width:100%; z-index:5; overflow:hidden; 
}
#head, .Xstylehead  { font-size:4em; color:#fff; background: #000; }
#head, .Xstylehead  { height:100px; }

#foot, .Xstylefoot {
   position:absolute; margin:0; bottom:0; left:0; display:block; 
   width:100%; z-index:5; overflow:hidden; 
}
#foot, .Xstylefoot { font-size:1em; color:#fff; background:rgb(76,76,76); }
#foot, .Xstylefoot { height:50px; }

#left {position:absolute; left:0; top:100px; bottom:50px; width:200px; z-index:4; overflow:auto; }
* html #left {height:100%; top:0; bottom:0; border-top:100px solid #fff; border-bottom:50px solid #fff; }

#left_bottom {
   position:absolute; margin:0; bottom:50px; left:0; display:block; 
   width:150px; z-index:9; overflow:auto;
}
#left_bottom { height:220px; }
#left_Xbottom { color:#fff; background:#043A92; }

#left_bottom ul { margin:5px;padding:0;list-style-type:none; } 

#left_bottom { font-family: Arial, Helvetica, sans-serif; font-size:12px; }
#left_bottom { background:#fff; } 
#left_bottom a         { color: #336699; font-weight: bold; } 
#left_bottom a:visited { color: #336699; font-weight: bold; }
#left_bottom a:hover   { color: #336699; font-weight: bold; text-decoration: underline; }
