I just put a div around the entire thing. I think the image has a class or something... it was a while ago. I just amended it with visibility:hidden and height:0px or something.
Actually... found it.
Code:
#creditfooter {
visibility: hidden;
height: 8px;
}
And I'm not sure, sorry. Probably. It's just been about a year since I've touched that stuff.
