/*
Title:	IE patches
Author: jordancooperman@gmail.com, based on Dan Cederholm's ie
CSS, from the book: "Handcrafted CSS".
*/

/* PNG fix */

/* self-clear floats */

*html .group { 
	height: 1%;
	}

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