#sides{
margin:0;
}
#left{
float:left;
width:70%;
overflow:hidden;
}
#right{
float:left;
width:30%;
overflow:hidden;
} 