html {
    position: relative;
    min-height: 100%;
}
body {
    margin: 0 0 30px; /* bottom = footer height */
}
.footer-container {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30px;
    width: 100%;
}
.footer {
    padding: 0px 30px 0px 50px;
    text-align: right;
    font-family: "akkurat-light",Helvetica,Arial,sans-serif
}

/* unvisited link */
a:link, a:visited, a:hover, a:active {
    color: #000;
}