/* Including one css file into other */
@import "custom/loader.css";
@import "custom/table.css";
@import "custom/validation.css";

body {
    background-image: url('/img/bgnnn.gif');
    background-size: cover; /* <------ */
    background-repeat: no-repeat;
    background-position: center center;
}