html, body {
 margin: 0;
 padding: 0;
 height: 100%;
}

body {
 background: #E6DDD2;
}

div#flashcontent {
 min-height: 885px;
 height: auto !important;
 height: 885px;
 position: absolute;
 top: 50%;
 margin-top: -441px;
 width: 100%;
}