

.UIFooterControl {
    #color: #fff;
    font: 10pt/20px arial;
    #height: 100px;
    margin: 0 auto;
    position: relative;
    width: 1040px;
   text-align:center;
}
.UIFooterControl .CopyRight {
    padding: 10px 0 0 10px;
}
.UIFooterControl a {
    color: #fff;
    font: bold 10pt arial;
}
.UIFooterControl .Design {
    position: absolute;
    right: 10px;
    top: 16px;
}
@media only screen and (max-width: 768px) {
.UIFooterControl img {
       width:150px !important;
       height:auto !important;
}
}

