One problem that I had, and I don't know if anyone else did was I got 3 small images, the left and right were proper size, but the middle was only 200 (pixels) wide. I fixed this by:
going to "Forumhome_postbit_nopost1" >> finding
Code:
<td align="center" background="images/catbg.gif" width="200">
and changing it to
Code:
<td align="center" background="images/catbg.gif" width="100%">
^^ Just incase someone else has the same problem and dosn't know what to do.