Aquí lo tienes:
Código HTML:
<style type="text/css">
body{ text-align: center;}
#contenedor{ margin: 0 auto; text-align: left; width: 780px;}
.izq{ float: left; width: 390px;}
</style>
<div id="contenedor">
<div class="izq"></div>
<div class="izq"></div>
<div style="clear: both;"></div>
</div>
Mira a ver si funciona.