body {
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    background-image: url(../images/hhs_noflash-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    height: 100%;
}

#flashcontent {
    width: 100%;
    height: 100%;
}

#noflash-box {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 409px;
    height: 249px;
    margin-top: -125px;
    margin-left: -205px;
    background-image: url(../images/hhs_noflash-box.png);
    background-repeat: no-repeat;
}
