If your trying to get your logo in front of the background image, you will probably have to use CSS with Absolute Positioning. You will have make your logo transparent, and use zIndex.

Here is a link to info on using zIndex:

http://www.w3schools.com/css/pr_pos_z-index.asp

And here is an example:

http://www.w3schools.com/css/tryit.asp? ... ss_zindex2

Hope this helps.