Listing 2.5. Style CSS projektu 2.1
body {
    font-family: "Trebuchet MS", sans-serif;
    margin: 0;
    padding: 100px;
    text-align: center;
    font-size: 200%;
    background: url('../img/tlo.png') repeat-x #fbf4a4;
    color: #7d4902;
}
img {
    border: 1px solid black;
}