You need to clear your floats. The easiest way to clear floats is to add overflow:hidden to the parent element that contains the floats. So add overflow:hidden to .message class.
The css float property is used alot in web layouts. Here is a great tutorial that will help you understand everything about it http://css.maxdesign.com.au/floatutorial/
And here is a good post about clearing floats http://www.quirksmode.org/css/clearing.html
Good Luck!
FutureKode
2010-10-28 14:26:37