html {
    min-height: 100%;
}

body {
    background-attachment: fixed;
    background-image: url(../img/maid-service-please.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    min-height: 100%
}
