Código CSS:
Ver original<style type="text/css">
#contenedor{
width:400px;
height:500px;
background-color:black;
}
#izq{
width:200px;
min-height:100px;
height:auto !important;
background-color:blue;
float:left;
}
#der{
width:200px;
min-height:100px;
height:auto !important;
background-color:red;
float:right;
}
</style>