.footer {
    background: #898989;
    color: white;
    height: 50px;
    text-align: center;
    margin-top: 11px;
}

.footer_center {
    width: 562px;
    margin: 0 auto;
}

.footer_center .logo_sg {
    margin-top: 7px;
    margin-left: 13px;
}

.footer_center .text {
    margin-top: 16px;
}

.footer a {
    color: white;
}

.footer a:hover {
    color: #cc0000;
}