@charset "utf-8";

/* for ie6 */
*html .group {
	height:1%;
}

/* for ie7 */
*:first-child+html, .group {
	min-height:1px;	
}
