#global-footer{
    position: absolute;
    overflow: hidden;
    margin: auto;
    height: 24px;
    bottom: 0;
    z-index: 0;
    width: 86%; /* TODO: improve this */
}

#global-footer > div{
    margin: 0 auto;
    padding: 0;
    text-align: center;
    font-size: 12px;
    overflow: hidden;
}
