Or maybe it's the height acting up. Anyway, I have a list composed of divs inside a containing div, and I'm using margins to position them vertically they way I'd like. Everything works fine, except for the last item in the list. The bottom extends all the way to the bottom of the container. I've tried various padding and margin fixes, and several of the results have been even further off of the intent (the goal is basically to have the bottom symmetrical to the top, with a gap between the last item and the bottom of the container).
An example, including all of the relevant CSS and HTML, is here.
The target browser is Internet Explorer 8.