.container-footer {
    padding: 1%;
    border-top: solid 1px #EEEEEE;
}
.container-footer p {
    color: #1C94C4;
    text-align: right;
}
.container-footer p a {
    color: #245269;
    font-style: oblique;
}
body {
    background: rgba(254,254,254,1);
    background: -moz-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(226,226,226,1) 85%, rgba(219,219,219,1) 95%, rgba(209,209,209,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,254,254,1)), color-stop(85%, rgba(226,226,226,1)), color-stop(95%, rgba(219,219,219,1)), color-stop(100%, rgba(209,209,209,1)));
    background: -webkit-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(226,226,226,1) 85%, rgba(219,219,219,1) 95%, rgba(209,209,209,1) 100%);
    background: -o-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(226,226,226,1) 85%, rgba(219,219,219,1) 95%, rgba(209,209,209,1) 100%);
    background: -ms-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(226,226,226,1) 85%, rgba(219,219,219,1) 95%, rgba(209,209,209,1) 100%);
    background: linear-gradient(to bottom, rgba(254,254,254,1) 0%, rgba(226,226,226,1) 85%, rgba(219,219,219,1) 95%, rgba(209,209,209,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#d1d1d1', GradientType=0 );
}
#footerImg {
    margin-left: 0.5%;
}
#footerText {
    border-right: solid 2px #1C94C4;
    padding-right: 1%;
}