body{
}
body div.envelope{
   _overflow: auto;
}
div.popup{
   position: absolute;
}
@media screen{
   body>div.popup{
      position: fixed;
   }
}
