* {
    height:100%;	
}

html,body{
    height:100%;
    margin:0;
    padding:0;
}
body{
    background:#ffffff;
    text-align:center;
    min-width:988px;
    min-height:668px;
}
#flashcontent{
margin-top:40px;
    width:988px;
    height:668px;
    background:#fff;
    overflow:auto;/* allow content to scroll inside element */
    text-align:left;
}
