@media screen
{
  div#yo{position: fixed;}
  div#panieryo{position: fixed;}
  div#fanyo{position: fixed;}
  div#forumyo{position: fixed;}
  div#fixed{position: fixed;}
  div#mod{position: fixed;}
  div#mod2{position: fixed;}
  * html{overflow-y: hidden;}
  * html body
    {
    overflow-y: auto;
    height: 100%;
    /*padding: 0 1em 0 1em;*/
    /*font-size: 100%; */
    }
  * html div#yo{position: absolute;z-index:100;} 
  * html div#panieryo{position: absolute;z-index:100;}  
  * html div#fanyo{position: absolute;z-index:100;}
  * html div#forumyo{position: absolute;z-index:100;}
  * html div#fixed{position: absolute;z-index:100;}
  * html div#mod{position: absolute;z-index:100;}
  * html div#mod2{position: absolute;}
}

