Hi,

I have a problem with header_bg.jpg image

When uploaded to site bottom half gets cut off.


I've changed to height in css to 110px (image height size) and had a poke around in other files but can't seem to find whats causing the problem.

As i'm pretty new to php I have a little trouble reading it,
but the answer should be straight forward i would assume.
I would hope anyway.


#logoWrapper{
background-image: url(../images/header_bg.jpg);
background-repeat: repeat-x;
background-color: #ffffff;
height:110px;
}

Please help