body {
    margin: 0px;
    padding:  0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    font-weight: 300;
    color: #226ca9;
    letter-spacing: -2px;
}

h1 {
    background: url(../img/logo.png) top center no-repeat;
    height: 295px;
}

p {
    line-height: 0px;
}

h1 * { display: none; }

p.motto {
    background: url(../img/motto.png) top center no-repeat;
    height: 36px;
}

p.mail {
    background: url(../img/mail.png) top center no-repeat;
    height: 24px;
}

section#wrapper {
    display: block;
    margin: 40px auto;
    width: 646px;
    background: white;
    border-radius: 15px;
    padding: 10px;
    text-align: center;
}

p.zapraszamy-wkrotce {
    color: black;
    margin-top: -44px;
    font-size: 25px;
}

a.email,
a.url {
    font-size: 25px;
    text-decoration: none;
    color: #226ca9;
}

a.url {
    color: black;
    line-height: 10px;
}

section#wrapper * {
    width: 646px;
}