#wrap {
   width:500px;
   margin:0 auto;
}
#left_col {
   float:left;
   width:250px;
}
#right_col {
   float:right;
   width:250px;
}