html {
    height: 100%;
}

body {
    background-image: url('DSC_0527.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    min-height: 100%;
}