 body{
  margin:0;
  padding:65px 0 0 150px;
 }
 div#header{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:65px;
  z-index: 2;
  padding: 0;
}
 div#left-sidebar{
  position:absolute;
  top:65px;
  left:0;
  width:150px;
  height:100%;
  z-index: 1;
 }
div#header a img{
border:none;
}
div#left-sidebar a img{
border:none;
}
div#footer a img{
border:none;
}
div#contentsBox{
  z-index: 3;  /* higher means always on top */
}
 @media screen{
  body>div#header{
   position:fixed;
  }
  body>div#left-sidebar{
   position:fixed;
  }
 }
 @media handheld{
  body>div#header{
   position:absolute;
  }
  body>div#left-sidebar{
   position:absolute;
  }
 }
 /*@media handheld,print{
 div#header{
   height:0;
   overflow:hidden;
  }
 div#left-sidebar{
   width:0;
   overflow:hidden;
  }
 }*/
 * html body{
  overflow:hidden;
 } 
 * html div#contentsBox{
  height:100%;
  overflow:auto;
 }
