.clearme:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearme {height: 1%;}
/* End hide from IE-mac */

body .section,
body .homepage {
	height: 1%;
	}

/* Fixes background display error on header in IE6 */
body > .section,
div > .homepage {
	height: auto !important;
	}




