Perfect, thank you Glen. I've changed it now and just added this to my stylesheet:
#donateContent {text-align:center; background-image: url("../images/contentBGR.jpg"); background-repeat:repeat-y; border-bottom:1px solid #ff4446; padding-bottom:10px; padding-top:15px; padding-left:10px; padding-right:10px;}
I've seen lines like this before:
#donateContent {padding: 10 15 20 25px;}
But I've never quite been able to get those working. Which number in the sequence is the padding for left, right, top and bottom?



