così funziona! ho messo solo overflow:hidden; nel container
codice:
<div id="container" style="background: #f00; width:900px; overflow:hidden;">
    <div id="wrapper" style="background: #fff; width:700px; float:left;">
		...testo...
    </div>
    <div id="sidebar" style="width:200px; float:left;">
		...testo...
    </div>
</div>