  .clearme:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

/* Hides from IE-mac \*/
* html .clearme, 
body .page,
body .homepage {
	height: 1%;
	}
/* End hide from IE-mac */

/* Fixes background display error on header in IE6 */
.section > .page,
.section > .homepage {
	height: auto;
	}

/* Opera 9 Hack for footer margins */
@media all and (min-width:0px) {
	head~body #content-footer { margin-bottom: 27px!important;}
	}
	
/* Safari Hack for footer margins */
body:last-child:not(:root:root) #content-footer {
	margin-bottom: 104px !important;
	}
