/**
 * @section IE-specific overrides
 * ======================================================================
 */
/*IE6*/
* html .block {
 height: 1%;
}

/*IE7*/
*:first-child+html .block {
 min-height: 1px;
}