@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
{
head~body
    #frame {
        position:absolute;
        top: 108px;
    }

    #thumbs {
        position: relative;
        top: 410px;
    }

    .page {
        position:relative;
        top:-11px;
    }

    .fade {
    background: transparent url(../images/copy.png) no-repeat;
    height: 540px;
    width: 745px;
    padding-top: 25px;
    padding-bottom: 0px;
    margin-bottom: -24px;
    }


    
    .copy {
    padding: 0px 0px 20px 40px;
    font-family: "Papyrus", Arial,Helvetica, sans-serif;
    font-size: 1.2em;
    height: 450px;
    width: 350px;
    overflow: auto;
    position: relative;
    z-index: 1;
    text-align: left;
    }

}
