footer {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
}

footer > .wrapper{
    font-size: 10px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-family: arial;
    text-transform: uppercase;
    border-top-width: 4px;
    border-top-style: solid;
}
