body {
padding-bottom: 80px;
}

footer.links {
position: fixed;
    border-top: 1px solid #ccc;
    width: 100%;
    bottom: 0;
        background: white;
}

.links nav {
margin: 0 auto;
    text-align: center;
}

.links nav a {
    display: inline-block;
    text-decoration: none;
    line-height: 32px;
    font-size: 16px;
    padding: 0 8px;
}