html{
  height:100%;
}
body{
  background:#000;
  margin:0;
  height:100%;
  color:#fff;
}
#flashcontent{
  height:100%;
  min-width:1200px;
}
#fullheight{
  position:absolute;
  top:0;
  left:0;
  height:100%;
}