html, body {
  height: 100%;
  margin: 0px;
  text-align: center;
  color: #ffffff;
  scrollbar-face-color: #EAEBF0;
  scrollbar-base-color: #FFFFFF;
  scrollbar-track-color: #F4F4F7;
  scrollbar-arrow-color: #666666;
  scrollbar-highlight-color: #666666;
  scrollbar-shadow-color: #C8CAD7;
  scrollbar-3dlight-color: #FFFFFF;
  scrollbar-darkshadow-color: #F4F4F7;
}

#centered {
  position: absolute;
  top: 48%;
  left: 50%;
  width: 950px;
  height: 600px;
  margin-top: -300px;
  margin-left: -475px;
}

#flashcontent {
  width:950px;
  height:600px;
}