/* All necessary hacks and patches for Internet Explorer. 
================================================================= */

/* 
Title: IE patches
Author: otti@ottimoto.com.au
==================================================================== */

/* Self-Clear Floats
================================== */
* html .group
{ /* IE6 */
height: 1%;
}
*:first-child+html .group
{ /* IE7 */
min-height: 1px;
}