/* CSS Document */

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

.clearfix {
        display: inline-block;
 }

/* start hack \*/

* html .clearfix {
        height: 1%;
 }

.clearfix {
        display: block;
}
/* close hack */


#todo { width:940px; margin:0 auto; border-left:1px #eee solid; border-right:1px solid #eee; }
#todo2 { width:100%; margin:0; border-left:0px #eee solid; border-right:0px solid #eee; }
