body
  {
  margin: 0;
  padding: 1em 1em 1em 0em;
  color: #000;
  }
div#fixedbox
  {
  position: absolute;
  top:120px;
  left:10px;
  float:left;
  z-index:1000;
  width:125px;
  }
div#fixedbox p
  {
  margin: 0;
  }
@media screen
  {
  div#fixedbox
    {
   background-color: #ffffff;
   position: fixed;
   z-index:1000;
    }
  /* Don't do this at home */
/*  * html
    {
    overflow-y: hidden;
    }
  * html body
    {
    overflow-y: auto;
    height: 100%;
    padding: 0 1em 0 14em;
    font-size: 100%;
    }
  * html div#fixedbox
    {
  	background-color: #ffffff;
    position: absolute;  
    }
 */ /* All done. */
  }

