.UIFooterControl {
    margin: 0 auto;
    width: 100%;
    text-align: left;
}
.UIFooterControl .CopyRight {
        color: #101010;
        font: 13px/1.5 arial;
        margin: 0 auto;
        padding: 20px 0 10px;
        width: 100%;
}
.UIFooterControl a {
        color: #101010;
        font: 13px/1.5 arial;
}
.UIFooterControl .Design {
        text-align: right;
}
.UIFooterControl p{
        margin-bottom: 7px;
         color:white;
}
.UIFooterControl strong{
        margin-bottom: 7px;
        font-size: 16px;
        line-height: 20px;
}

.UIFooterControl .content {
    padding: 20px;
    background: #b10804;
    text-align: center;
    border-top: 3px solid #f9c41a;
    color: #fff;
    line-height: 20px;
}