.container {
width: 400px;
}
.primeiro {
background-color: red;
float:left;
}
.segundo {
background-color: blue;
float:left;
}
.terceiro {
width: 200px;
height: 200px;
line-height: 200px;
background-color: green;
float:left;
}
.quarto {
background-color: orange;
float:right;
}
.quinto {
background-color: magenta;
float:right;
}