body {
    margin: 0 auto;
    background-color: #bdbdbd;
    color: #434343;
    text-align: center;
    font-family: Nyala;
}

html, body {
    height: 100%;
    margin: 0 auto;
}

article {
    width: 500px;
    height: 350px;
    margin: 30px auto;
    border-radius: 15px;
    background-color: #FFA500;
    text-align: center;
    box-shadow: 5px 5px 10px;
}

li {
    margin-left: 50px;
    padding: 5px 15px;
    text-align: left;
    font-size: 15px;
    list-style: circle;
}

h1 {
    padding-top: 45px;
    padding-left: 35px;
    text-align: left;
    font-weight: bold;
    font-size: 15px;
}

.wlasciciel {
    padding: 50px 0 8px 48px;
    text-align: left;
}

a:hover, a:link, a:visited {
    color: #525252;
}

aside {
    margin-top: 50px;
}

.ikona {
    background-color: transparent;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url(image.fw.png);
}

.logo {
    height: 215px;
    width: 580px;
    margin: 0 auto;
    background-position: 0px;
}

.top-left {
    background-position: 1px 3px;
}

.bottom-right {
    background-position: -555px -243px;
}

.dane li {
    list-style: none;
}

.dane span,
.dane a {
    padding-left: 20px;
}

.push {
    clear: both;
    height: 80px;
}

footer {
    clear: both;
    bottom: 2px;
    height: 12px;
    margin: 0 auto;
    padding: 5px 0 0;
}

#srodek {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -27px;
}

hr {
    width: 100%;
    height: 1px;
    border-color: #e6e6e6;
    background-color: #e6e6e6;
    color: #e6e6e6;
    box-shadow: 0 0 0 1px #a2a2a2;
}

#test {
  display: none;
}
