/*--------------------------------------------- FOOTER -----------------------------*/
#footer {
        height: 33px;
        position: relative;
        margin: 0 auto;
        padding: 0;
}
#footer .footer_bg {
        position: absolute;
        /*width: 756px;  this parametr specify at another css file*/
        top: 0;
        left: 15px;
        height: 33px;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        background: url(../images/footer_bg.gif) repeat-x left top;
}
#footer .footer_bg img {
        position: absolute;
        bottom: 0;
}
#footer .footer_bg_left, #footer .footer_bg_right {
        position: absolute;
        top: 0;
        width: 15px;
        height: 33px;
        margin: 0;
        padding: 0;
}
#footer .footer_bg_left {
        left: 0;
}
#footer .footer_bg_right {
        right: 0;
}

#footer #text {
        position: absolute;
        top: 40px;
        width: 100%;
        font-size: 70%;
        color: #5D6081;
}
#footer #text p {
        line-height: 120%;
        padding-bottom: 20px;
        text-align: center;
}
#footer #text p a {
        color: #462CCA;
        text-decoration: underline;
}
#footer #text p a:hover {
        color: #462CCA;
        text-decoration: none;
}
