* {
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
}

.UIFooterControl {
    background: linear-gradient(to right bottom, #2a7f49 100%, #003a07 0%);
    color: #fff;
    width: 100%;
}
.UIFooterControl .CopyRight {
    font: 13px/19px arial;
    padding: 10px;
}
.UIFooterControl a {
    color: #fff;
}
