html, body {
margin: 0px;
}

body {
overflow-y: scroll;
overflow-x: hidden;
background-image: url('background.png');
background-repeat: repeat;
}

#container {
margin: 0 auto;
width: 1720px;
}

.pole_tekstowe {
border: solid 1px;
border-color: #B5B2AB;
}

.menu {
color: white;
text-decoration: none;
}

.menu
a {
color: white;
text-decoration: none;
}

.menu
a:hover {
color: #7DABF1;
text-decoration: none;
}

.stopka {
font-family: arial;
font-size: 10px;
color: #838383;
text-decoration: none;
}

.stopka
a {
font-family: arial;
font-size: 10px;
color: #838383;
text-decoration: none;
}

.stopka
a:hover {
font-family: arial;
font-size: 10px;
color: #585858;
text-decoration: none;
}