
.UIFooterControl {
    height: 130px;
    margin: 20px auto 0;
    position: relative;
    width: 1000px;
}
.UIFooterControl .Menu {
    color: #FFFFFF;
    font: bold 9pt/46px arial;
    height: 46px;
    text-transform: uppercase;
}
.UIFooterControl .Menu > a {
    color: #FFFFFF;
    font-weight: bold;
}
.UIFooterControl .CopyRight {
    color: #FFFFFF;
    margin: 0 auto;
    text-align: left;
    width: 1000px;
}
.UIFooterControl a {
    color: #fff;
}
.UIFooterControl .DesignBy {
    color: #FFFFFF;
    position: absolute;
    right: 0;
    top: 15px;
}
.UIFooterControl .copyright {
    color: #FFFFFF;
    padding: 10px 0 0 10px;
}
.UIFooterControl .design {
    color: #FFFFFF;
    padding: 0 10px 0 0;
    text-align: right;
}
.UIFooterControl .design > a {
    color: #FFFFFF;
    font-weight: bold;
}
