@charset "UTF-8";
<!-- float problem -->

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

<!-- main stylesheet ends, CC with new stylesheet below... -->

<!--[if IE]>
  .clearfix {
    zoom: 1;     /* triggers hasLayout */
    }  /* Only IE can see inside the conditional comment
    and read this CSS rule. Don't ever use a normal HTML
    comment inside the CC or it will close prematurely. */
<![endif]-->

<!-- float problem end-->


/* for IE6 */
*html .clearfix{
height: 1%;
}

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

