﻿.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

    .footer > div {
        margin: 8px;
        border-top: 1px solid #1a1a1a;
        background: #e67e00;
        text-align: center;
        padding-top: 4px;
        padding-bottom: 4px;
        font: normal 11px Arial, Helvetica, sans-serif;
        color: white;
    }

    .footer p {
        font: normal 11px Arial, Helvetica, sans-serif;
        color: #919191;
    }

    .footer img {
        vertical-align: middle;
    }