#footer{
    background-color: #0F153B;
    width: 100%;
    height: 120px;
    position: relative;
}


#footer_text {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}


#footer_logo {
    width: auto;
    height: 120px;
    float: right;
}