
    html,body
    {
        margin:0px;
        padding:0px;
        font-family:sans;
        background:#fff;
        overflow:hidden;
    }

    div#adContent
    {
        width: 674px;
        height: 540px;
        padding: 0;
    }
    
    div
    {
        /*border:1px solid #aaa;  DEBUG  */
        font-family: Helvetica;
        padding: 0px;
    }

    div#notifierHeader
    {
        height:78px;
    }

    #notifierLogo
    {
        float: left;
        width: 180px;
    }

    #headerMiddle
    {
        position: relative;
        width: 300px;
        left: 40px;
        float: left;
    }

    #notifierBook
    {
        width: 65px;
        float: right;
        margin-top: 10px;
    }

    div#leftColumn
    {
        clear: both;
        float: left;
        height: 439px;
        width: 50%;
        padding-left: 5px;
        position: relative;
    }

    div#textLeft
    {
        height: 230px;
    }
    
    div#bottomLeftOffer
    {
        bottom: 0;
        height: 200px;
        position: absolute;
    }

    div#rightColumn
    {
        float: right;
        width: 46%;
        height: auto;
    }
    
    div#frameOffer
    {
        height:auto;
        position: relative;
        top: 0px;
        left: 0px;
        text-align: center;
    }
    
    div#boxOffer
    {
        height: 162px;
        width: 96px;
        position: absolute;
        top: 30px;
        left: 30px;
    }
    
    div#placeholder
    {
        display: none;
    }
        
    div#percentOffer
    {
        height: 19px;
        width: 105px;
        position: absolute;
        top: 60px;
        left: 140px;
    }
    
    div#versionOffer
    {
        height:auto;
        position: absolute;
        top: 90px;
        left: 140px;
    }
    
    div#oldPrice
    {
        height:37px;
        position: absolute;
        top: 120px;
        left: 140px;
        z-index: 1;
    }
    
    div#oldPriceCut
    {
        background: #fff;
        height: 37px;
        position: absolute;
        top: 120px;
        left: 140px;
        z-index: 0;
    }
    
    div#newPrice
    {
        height: auto;
        position: absolute;
        top: 155px;
        left: 140px;
    }
    
    div#benefits
    {
        height: 110px;
        position: absolute;
        top: 240px;
        left: 10px;
        right: 10px;
    }
    
    div#buyButton
    {
        height:80px;
        position: absolute;
        top: 355px;
        left: 10px;
        right: 10px;
    }
    
    div#buyLink
    {
        height: 30px;
        position: absolute;
        top: 400px;
        left: 10px;
        right: 10px;
    }

    div#notifierFooter
    {   
        clear: both;
        font-size: 8pt;
        line-height: 8pt;
        color: #666;
        text-align: center;
    }
    div#notifierFooter p
    {
        margin-top: 0px;
        margin-bottom: 0px;
    }
