﻿

/* hide from ie on mac \*/
html
{
    height: 100%;
}
#flashcontent
{
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
}
/* end hide */
body
{
    min-width: 1013px;
    width: 100%;
    min-height: 857px;
    height: 100%;
    margin: 0;
    padding: 0;
    font: 76% Arial, sans-serif;
    color: #fff;
}
* html #flashcontent
{
    height: expression(document.body.clientHeight < 657?  "857px" : "inherit" );
    width: expression(document.body.clientWidth < 1013?  "1013px" : "inherit" );
