CSS: General

clear float

When using float:left or float:right to format an element, you will need a way to reset this behavior for the rest of the css layout. The clearfloat class is a common solution, apply it to a <br /> or <div> tag.

Center layout with CSS

Center your whole layout with just one single line of code