html { height: 100%; }
body {
    height: 100%;
    overflow:hidden;
    background-color: #000;
    /*
    background-image: url('/images/background_large.jpg');
    background-position: left bottom;
    background-repeat: no-repeat;
    */
    /* background: #000 url('/images/background_large.jpg') no-repeat left bottom; */
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}
#bg {
    position: absolute;
    z-index: 1;
    height: 100%;
}
#M4App {
    position: absolute;
    z-index: 10;
}
noscript {
    position: absolute;
    z-index: 10;
    width:100%;
    height:100%;
}
noscript div { height: 800px; width: 100%; }
noscript divobject { width:100%; height:100%; }
p {
    margin: 8px 0 0 0;
    padding: 0;
    color: #fff;
    text-align: center;
    font-size: 11px;
}
#noflash {
    width: 100%;
    position: absolute;
    z-index: 100;
    margin: 8px 0 0 8px;
    padding: 0;
    color: #fff;
    font-size: 11px;
    text-align: center;
}
#noflash img {
    margin: 8px 0 0 0;
}
img { border: 0; }