#box {
 width:750px;
 font-size:80%;
 background:eaeaea;
 text-align:center;
}

#box div {
 min-height:15px;
 height:auto !important;
 height:15px;
 border:1px solid #ccc;
}

#box .box1 {
 width:500px;
 padding:10px;
 float:left;
}

#box .box2 {
 width:250px;
 height:507px;
 padding:10px;
 float:right;
 text-align:left;
}

#box .box3 {
 width:500px;
 padding:10px;
 float:left;
}
