body {
    background-color: #000;
    }

#invisible {
    visibility: hidden;
    display: none;
    width: 400px;
    }

#container {
    position: absolute;
    float: left;
    top: 0;
    left: -5px;
    }

#flash {
    position: absolute;
    float: left;
    width: 995px;
    height: 700px;
    top: 0;
    left: 0;
    color: #fff;
    }

img {
    behavior: url("../Design/pngbehavior.htc");
    }

