div {
border:1px solid #000;
width:600px;
margin:0px auto;
}
.big{
width:640px;
}
#a{
background-color: rgb(153,102,0);
}
#b{
background-color: rgb(204,204,0);
}
#c{
background-color: rgb(102,204,255);
}
#b1{
background-color: rgb(153,153,255);
width: 200px;
float: left;
height:500px;
}
#b2{
background-color: rgb(255,153,102);
width: 430px;
float: right;
height:300px;
}
#b3{
background-color: rgb(102,153,153);
clear:both;
border:none;
}
#tool{
width:40px;
border:none;
background-color: rgb(0,102,204);
position: fixed;
right:0px;
bottom:0px;
color:rgb(255,255,255);
text-align:center;
font-size:12px;
}