body {
    background-image:    url(images/file-folder-2400px-big-files-with-target.png);
    background-size:     100% 100%;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;              /* optional, center the image */
}