* {
    margin: 0px;
    padding: 0px;
}

body {
    background-color: rgb(46, 0, 36);
}


#content, #footer {
    width: 800px;
    margin: 0 auto;
    position:relative;
    margin-top:0;
}

#footer{
    background-image: url('../images/parceiros.gif');
    background-repeat: no-repeat;
    background-position: 30px;
    height: 40px;
    margin-top: 10px;
}

#links {
    font-weight: normal;
    font-family: verdana;
    font-size: 11px;
    text-align: right;
    padding-top: 12px;
    padding-right: 30px;
}

#links a:link, #links a:visited {
    color: rgb(135, 109, 130);
    text-decoration: none;
}

#links a:hover {
    color: rgb(255, 0, 102);
    color: white;
}

#links .spacer {
    color: rgb(70, 30, 62);
}

#promo_banner {
        position: fixed;
        z-index: 100;
        top: -366px;
        left: 50%;
        margin-left: -98px;
        cursor: pointer;
        display: none;
    }

