body 
{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 10px;
  color: #b2b2b2;
  background-color: #191919;
  
}
html, body 
{
   height:100%;
   overflow-y: auto;
   overflow-x: auto;
   margin: 0;
   padding: 0;
   border: 0;
}
/* hide from ie on mac \*/
html {
  height: 100%;
  overflow: hidden;
}
#flashcontent {
  height: 100%;
  text-align:center;
}
/* end hide */
