body, html {
    height: 100%;
    background-repeat: no-repeat;
    background: url('../img/login.jpg') no-repeat center center fixed;
    background-size: 100% 100%;
    background-attachment: fixed;
}

#footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
