#stopka {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 20px;
background-color: #2a4f6f;
color: #ffffff;
border-top: #778899;
text-align: right;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
}

html > body #stopka{
position: fixed;
}
#stopka a:link, #stopka a:visited{
padding: 5px;
color: #ffffff;
background-color: transparent;
font-size: 11pt;
}

stopka a:hover{
text-decoration: none;
}
#stopka p{
margin: 5px;
padding: 0;
text-align: center;
font-size: 9pt;
}