.clearme:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearme, 
body .section {
	height: 1%;
	}
/* End hide from IE-mac */

/* Fixes background display error on header in IE6 */
body > .section {
	height: auto;
	}
	
.one-column #primary-content,
.two-column-layout1 #primary-content,
.two-column-layout2 #primary-content,
.two-column-layout3 #primary-content {
	height: auto !important;
	height: 400px;
	min-height: 400px;
	}	