
.UIFooterControl {
    color: #fc6001;
    margin: 0 auto;
    height: auto;
    padding: 25px 0px 20px 20px;
    background: radial-gradient(ellipse at center, rgb(219, 249, 247) 0%,rgb(133, 219, 239) 100%);
    background-size: 100%;
    font: 14px arial;
    text-align: center;
}
.UIFooterControl .CopyRight {
    color: #fff;
    font: 14px/1.5 Arial;
    margin: 0 auto;
    padding: 20px 0;
    width: 1050px;
}
.UIFooterControl a {
    color: #fff;
}
.UIFooterControl .Design {
    margin-right: 30px;
    text-align: right;
}
