body {
   margin: 0;
   padding: 0;
}

#blanket {
   /* Optional: Change the background color to your favorite color...
      black, white, maroon, navy, orange?
   */
   background-color: black;
   width:100%;
   height:100%;
   position:absolute;
   z-index:1;

   top:0;
   left:0;

   display:none;
}

#popup {
   border:solid 3px;
   background-color:white;
   padding:10px;
   position:absolute;
   z-index:2;

   display:none;
}

#wrapper {
   height:100%;
   width:100%;
   overflow:visible;
}

img {
    border-style: none
}