html, body {
    height: 100%;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    margin: 0 auto -15px; /* the bottom margin is the negative value of the footer's height */
    background: linear-gradient(#eaf7f9 70%, #d7f3ff);
}

.footer, .push {
    height: 15px; /* .push must be the same height as .footer */
}
#FooterDiv>table{
    font-size: 9pt;
    font-weight: 700;
    background-color: #2C3C4B;
}
#FooterDiv a {
    color: #2C3C4B;
}
#FooterDiv .footer-content {
    background-color: white;
    color: #2C3C4B;
}

