<? header('Content-type: text/css'); ?>

/* CLEARFIX */
/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack/ */
/* slightly enhanced, universal clearfix hack */
/* "\0020" is the space character? */

div.wrapper { display: inline-block; }
div.wrapper:after {
	visibility: hidden;
    display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
/* start commented backslash hack \*/
* html div.wrapper { height: 1%; }
div.wrapper { display: block; }
/* close commented backslash hack */