Content area sizing

On this site, there are several pages. In Firefox, with my settings, the content in the center of the page is all the same width (between the fruit images). It is exactly how I want it.

When I look at the pages with IE8, the text is bigger, and the content is pushed down farther, causing the last few lines to move to the left under the fruit images. I want the content to stay the same width. Can someone help me make that happen?

I tried putting the content in a<div> and defining the width, but that still had no effect on the last few lines.

http://theicedteaguy.com

Adding overflow: hidden would probably help with that.

Duh. That’s what I was missing. Thanks