#promo-overlay
{
    position: absolute; top: 0px; left: 0px;
    height: 100px; width: 100px;
    z-index: 3000;
    background-color: #cdcdcd;
    width: 100%; 
    opacity: .85;    
    display: none;
}

#promo-holder
{
    position: absolute; top: 0px; left: 0px;
    z-index: 4000;
    width: 430px; height: 290px;    
    margin: 0 auto;
    display: none;    
}

#promo-body { background: #000; padding: 25px; width: 380px; height: 240px; position: relative; top: 15px; left: 15px; border: solid 1px #cdcdcd; color: #fff; }
#closePromo { float: right; clear: both; cursor: pointer; margin: 10px 0 0 0; padding-bottom: 15px; }
