Hi Lynnymac,
You have to recreate the info box background image from scratch, respecting the sizes of the existing image and place it into the theme’s images folder (replacing the old one).
#info-box {
background: url(images/info-box.png) no-repeat;
width: 529px;
height: 170px;
This should be easily achieved.
Hope that will help.