        body {
    		background-color: #f7f7f7;
		font-family: sans-serif;
		line-height: 1.5em;
        }

        .col1 {
            width: 50%;
            float: left;
        }

        .col2 {
            width: 50%;
            float: left;
        }

        .foo {
            clear: both;
        }
