/*
#c1, #c2{
display:block;
width:290px;
height:auto;
float:left;
font-family: Helvetica, Arial, sans-serif;
color:#222;
font-size: 0.6em;
background-color:#faa;
overflow:visible;
}

#c1{
margin:1px 0 1px 1px;
padding:1px;
}

#c2{
margin:1px 1px 1px 0;
background-color:eff;
}

#clear{
clear:both;
}
*/