div.wrapper1 { 
width: 550px; 
position: relative; 
clear: both; 
} 

div.wrapper { 
width: 550px; 
position: relative; 
clear: both; 
} 

div.left { 
width: 200px; 
position: relative; 
float: left; 
} 

div.right {
width: 350px; 
position: relative; 
float: right; 
} 
