
body {
    background-image: url("backgroundtest.jpg");
    /* additional image properties */
    background-repeat: no-repeat;
    background-size: cover; /* This makes the image cover the entire background */
}