#footer-container
{
    height: 80px;
    background: black;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    line-height: 80px;
    vertical-align: middle;
}

.footer-item
{
    display: inline-block;
    margin-left: 5em;
}
