body {
    background-color: #fffaed;
    font-family: Verdana;
    max-width: 800px;
    margin : 40px auto;
}

#banner {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%; /* Pour éviter que la bannière dépasse si l'écran est petit */
    height: auto;    /* Garde les proportions de l'image */
}