.footer {
    bottom: 0;
    right: 0;
    left:0;

    position: fixed;
    text-align: center;
    background-color: #f37b21;
    color: #fff;
}
#copyright{
    left: 0;
    padding: 6px;
}
#version {
    background-color: #f37b21;
    border-top-left-radius: 4px;
    bottom: 0;
    color: #fff;
    padding: 8px;
    position: fixed;
    right: 0;
    font-size: 0.9em;
    /*width: 436px;*/
}