div.content div.plan {
    float: left;
    width: 340px;
}


div.content div.desc {
    float: left;
    width: 320px;
    margin-left: 20px;
}


.clear {
    clear: both;
}


