Clearfix

div#container:after {
	content: "";
	display: block;
	clear: both;
}
A
B
C