How to set background image div in CSS?
background-image: url('image path');
Put this block of code in your CSS to set the background image.
Put this in your <DIV> class or id:
<DIV>
background-image:url('../img/bg.png');