#esquerda {
    float: left;
    width: 450px;
    margin: 10px;
}
#direita {
    float: right;
    width: 400px;
    margin: 10px;
}