You are suffering div-collapse because your DIV only contains floated elements. That is, its height is collapsing to 0, which is why you don't see the background colour. Look at Collapsing on
this page.
Code:
#mainC {
margin: 0px auto;
overflow: hidden;
}