/*
	[begin] hacks
*/

/* for clearing div floats */
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* hides from ie-mac \*/
* html .clear {height: 1%;}
/* end hide from ie-mac */

/*
	[end] hacks
*/