html, body {
  overflow:hidden;
}

#flash {
  margin:0;
  padding:0;
  width:100%;
  height:100%;  
  overflow:hidden;
}
#header { margin:0 0 10px; }
#player { position:absolute; width:300px; height:60px; left:50%; top:50%; margin:-30px 0 0 -150px; }
#player a { color:#333333; font-weight:bold; text-decoration:none; }

#content { position:absolute; left:50%; top:100%; width:980px; margin:0 0 0 -490px; }