#left{
float:left;
margin-top:20px;
width:200px;
}
#right{
float:right;
padding:0 0 0 20px;
margin:0 0 0 20px;
width:180px;

}


