.fixedbox{position: absolute;}
@media screen {
            .fixedbox{position: fixed;}
            * html{overflow-y: hidden;}
            * html body{
                     overflow-y: auto;
                     height: 100%;
                     padding: 0;
                      }
           * html .fixedbox{position: absolute;}
}


      #side{
         top: 0px;
         right: 2px;
         width: 62px;
         height: 363px;
         background-image : url(side.gif);
      }


body{
   background-image : url(back.gif);
}
