/* CSS Document */

body, html {
  height: 100%;
} 

body  {	
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  text-align: center;
  background: url("../img/bgr-body.jpg") repeat-x 50% 50% #feB912;
  margin: 0;
  padding: 0;
}

#screen {
  height: 100%; 
  text-align: center;
}

#main-flash {
  width: 600px; height: 600px;
  position:relative;
  top:50%;
  margin-top:-300px;
  margin-left: auto;
  margin-right: auto;    
}

