div#promo {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    text-align: center;
    background: url("../img/promo-bg.gif") repeat-x scroll left top transparent;
    z-index: 9999;
}

div#promo p {
    margin: 0px auto;
    width: 900px;
    margin-top: 20px;
}

div#promo a {
    font: bold 20px arial, sans-serif;
    color: #FFFFFF;
    text-decoration: none;
    text-shadow: 1px 1px #333333;
}

div#promo a:hover {
    text-decoration: underline;
}

div#promo a.promo-close {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;    
    width: 33px;
    height: 36px;
    margin: 0px 0px 48px 12px;
    text-indent: -9999px;
    background: url("../img/promo-close.png") 0px 0px;
    z-index: 99999;
    outline: none;
}

div#promo a.promo-close:hover {
    background-position: 0px -36px;
}

