body {
  height: 100%;
  min-height: 768px;
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
  overflow: auto;
}
/*
* html body {
  height: 768px
}*/

div#flashcontent {
  height: 100%;
  width: 100%;
  min-height: 768px;
  margin: 0 auto;
  padding: 0;
  position: absolute;
}
/*
* html div#flashcontent {
  height: 768px
}*/
