Transparent Header?

I have a transparent png I’m using for a header. When I upload it to be used, a white background appears; I was expecting to see the site body’s background. I’ve tried to add or remove elements using Firebug but to no avail. Any ideas?

BTW, where can I send a donation?

Since header and main content area has the same wrapper you will have to remove first remove color from it and then add color back just for main area.

So the CSS style will look like this.

.wrapper {
	background-color: transparent
}
.main {
	background-color: rgb(248, 248, 248)
}

You can add it to Theme Options - Other - Custom CSS.
There will still be a border/shadow around header, let me know if you need to remove it as well.

Donation are highly appreciated. The best option is via PayPal and my ID there is aigars.silkalns[at]gmail.com

Thanks in advance!