@charset "utf-8";
/* CSS Document */

    html, body {
        overflow: hidden;
    }

    body {
        position: fixed;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }

    div#flashcontent {
        height: 100%;
    }
