Listing 18.4. Style CSS układu dwukolumnowego z rysunku 18.5
#pojemnik {
    width: 400px;
    margin: 0 auto;
}
#menu {
    width: 100px;
    float: left;
    background: red;
}
#tresc {
    width: 200px;
    float: right;
    background: green;
}