
.UIFooterControl {
    color: #212121;
    font: 13px arial;
    /* margin-top: 34px; */
    /* text-align: center; */
    width: 100%;
    background: url(images/bottom.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.UIFooterControl a {
    color: #222;
}
.UIFooterControl .CopyRight {
    line-height: 1.5;
    padding: 0;
    text-align: left;
    padding: 20px;
}
