Take a look in your css file around line 1168 (default) and you can add the link to your image –
/* Slider
--------------------------------------------- */
.slider {
background-attachment: fixed;
background-image: url(images/slider-bg.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
clear: both;
}