Edit style.css and findout the following

Code:
#header {
    width:100%;
    padding: 0;
    margin: 0;
}
add the below line

background-image:url(../images/yourimage.jpg);


Upload yourimage.jpg to templates/images folder.