@media screen
  {
  div#yo
    {
    position: fixed;
    z-index:100;
    }  
div#panieryo
    {
    position: fixed;
    z-index:100;
    }
  div#fanyo
    {
    position: fixed;
    z-index:100;
    }
  div#forumyo
    {
    position: fixed;
    z-index:100;
    }
  /* 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#yo
    {
    position: absolute;
    }
  * html div#panieryo
    {
    position: absolute;
    }
  * html div#fanyo
    {
    position: absolute;  
    }
  * html div#forumyo
    {
    position: absolute;  
    }


  /* All done. */
  }
