body{
    margin: 0px auto;
    padding: 0px;
}

/* footer */
#footer_container{
    width: 100%;
    height: 200px;
    background-color: #1b1b1b;
    display: inline-block;
}

#footer{
    width: 100%;
    height: 200px;
    display: block;
    padding-top: 25px;
}

#footer_content{
    max-width: 1550px;
    font-size: 12px;
    color: white;
    vertical-align: middle;
    margin: 0 auto;
}

#logoANDmenu{
    border-bottom: white 1px solid;
    padding-bottom: 55px;
    word-break: keep-all;
}
.footer_menu{
    cursor: pointer;
    padding-right: 5px;
    padding-left: 5px;
}
.footer_menu:link { color: white; text-decoration: none;}
.footer_menu:visited { color: white; text-decoration: none;}
.footer_menu:hover { color: white; text-decoration: none;}

#company_info{
    text-align: left;
    margin-top: 30px;
    line-height: 20px;
}
.left{
    float: left;
}
.right{
    float: right;
    padding-top: 30px;
}