f* { margin:0; padding:0; border:0; outline:none; }

body, html {
    height: 100%;
}

.bg {
    /* The image used */
    background-image: url("images/IMG_2295.jpg");

    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}