Hi Sakin,
Thank you. When I add that code, it removes the header image in total. Here’s the code I’m using, let me know if I’m interpreting this the right way…
The first code set should be the background image that is on all the other pages. The second code set that you provided should allow me to make the homepage background read off a separate file. Is that right? Not sure why the background is removed completely? (p.s. I just added the left bottom repeat code in case the image isn’t sized right. I tried without this addition as well and background was still removed.)
#header {background:url(/wp-content/uploads/2014/HHKWallpaperOtherPages.png) left bottom repeat-x;}
.home #header {background-image:url(/wp-content/uploads/2014/HHKWallpaper.png) left bottom repeat-x;}
Thanks for your speedy help!