div#footer{
    clear: both;
    width: 100%;
    background-image: url("../images/stopka.jpg");
    background-repeat: no-repeat;
    background-position: left bottom;
    position: relative;
    color: black;
    font-size: 16px;
    height: 29px;
    margin-top: 30px;
    height: 50px;
    display: block;
}

div#footer p{
    text-align: center;
    margin-top: 10px;
    display: block;
    position: relative;
}

* + html div#footer p{
    margin-top: 0;
}

div#footer p.gwiazdka{
    color: black;
    font-size: 10px;
    text-align: right;
}
