html,
body
{
/* get rid of superfluous scrollbars in xPloder due to doctype declaration */
   overflow-x: hidden; 
   overflow-y: hidden;
}

body {
   background-color: #0033cc;
   color: #ffffff;
   overflow: hidden;
}

#buttonWrapper {
   position: absolute;
   visibility: hidden;
   width: 211px;
}

#sesame {
   cursor: pointer;
   cursor: hand;
}

#noscriptBlock {
   background-color: white;
   color: crimson;
   font-size: 20px;
   margin: 150px 20%;
   padding: 10px 10px;
   text-align: center;
}
