Ok, just kidding, I actually have one more question which my members have been bothering me about xD (We all love this theme though,I think all the questions prove that

)
I'm trying to make the corners transparent, but the background gets in the way and it looks like this (top right corner, the left one is where I just recoloured the corner)

This is the code I have
#header {
position: relative;
height: 132px;
overflow: hidden;
background: #f2f2f2 url(images/img/h-bg.png) 0 0 repeat-x;
}
#head-r {
height: 132px;
background: url(http://tmohost.com/espacePrive/cruleworld/h-r.png) 100% 0 no-repeat;
}
#head-l {
background: url(http://img394.imageshack.us/img394/5152/hlpt6.png) 0 0 no-repeat;
}
When I change the f2f2f2 to transparent, it comes out like this

Do you know of any way to fix this?
Thank you so much for your help!