Listing 21.4. CSS układu nr 12
#pojemnik {
    width: 80%;
    margin: 0 auto;
}
#menu {
    float: right;
    width: 29%;
}
#tresc {
    float: left;
    width: 69%;
    border-right: 2px solid black;
}
br.czyszczenie {
    clear: both;
}