/* Float clearing for IE6: */
* html .clearfix
{
  height: 1%;
  overflow: visible;
}    
/* Float clearing for IE7: */
*+html .clearfix
{
  min-height: 1%;
}
/* Float clearing for everyone else: */
.clearfix:after
{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}