/* Usunięcie tła na stronie */

body {
 background: #f2f2f2 no-repeat top center;
}

/* własne logo na stronie */

#toplogodiv {
    display: inline-block;
    margin: 22px 20px 25px;
    width: 260px;
    height: 60px;
    background: url(../images/logo-kluczbork.png) center center no-repeat;
}