/* CSS Document */

#iframe1 {
  width: 678px;
  height: 410px;
  overflow: auto;
  border: none;
}

#wrapper {
  width: 678px;
  height: 410px;

  position: absolute;
  top: 50%;
  left: 50%;
  
  margin-left: -339px;
  margin-top: -174px;
  
  visibility: hidden;
    
  z-index: 2;
}

#wrapper_flash {
  width: 760px;
  height: 550px;

  position: absolute;
  top: 50%;
  left: 50%;
  
  margin-left: -380px;
  margin-top: -275px;
  
  z-index: 1;
}
