body, html {
    height: 100%;
}

body {
    background-image: url(kr_bg_milk.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
}