#wrapper {
     overflow: hidden;
}
.full_width {
    clear: both;
    float: left;
    width: 100%;
}
.fl_left {
    float: left;
}
.fl_right {
    float: right;
}