.Footer {
    width:974px; 
    height:38px;
    background-color: #CBD0DC;
    margin: 0 auto;
}

.FooterPrivacy {
    margin-left: 38px;
    margin-top: 13px;
    float: left;
}

.FooterBar {
    margin-left: 10px;
    margin-top: 15px;
    background-color: #939AA2;
    height: 10px;
    width: 1px;
    float: left;
}

.FooterText {
    margin-left: 10px;
    margin-top: 13px;
    float: left;
}

.Footer a {
    text-decoration: none;
    color: #484848;
    font-size: 13px;
    cursor:pointer;
}

.Footer a:hover {
    color: #de2f2f;
}

.FooterCopyRightDiv {
    width: 974px; 
    height: 37px;
    background-color: #A5ABBA;
    margin: 0 auto;
}

.FooterCopyRight {
    margin-left: 38px;
    margin-top: 10px;
    float: left;
    color: #000000;
    font-size: 12px;
}