When you notice that a div tags background color and other cosmetic features end prior to the text contained in the div tag it makes the page look bad.
A tip to fix this problem is before your ending div tag add in the following code:
<div style="clear: both;"></div>
I hope this tip helps everyone!



