* {
  margin: 0;
  padding: 0;
}

html, body {
  /*background: #000 url('/images/public/loading.gif') center center no-repeat;*/
  background: #000;
  height: 100%;
  margin: 6px;
}

#wrapper {
  width: 100%;
  height: 100%;
}

#flash_splash, #flash_fallback {
  width: 700px;
  height: 340px;
}
#flash_splash {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -350px;
  margin-top: -170px;
}