body{
background: #2a2a2a url('images/back.jpg') repeat-x;
font-family: Tahoma;
color: #FFFF44;
}

ul{
list-style: none;
}

li{
display: block;
float: left;
margin-left: 20px;
}

ul li{
text-decoration: none;
display: block;
}

#akapit{
text-align: justify;
margin-right: 70px;
margin-left: 70px;
margin-top: 15px;
margin-bottom: 20px;
}

#tytul{
font-weight: bold;
margin-right: 80px;
margin-left: 80px;
margin-top: 20px;
}

#all{
position: relative;
width: 950px;
border: 2px solid black;
left: 50%;
margin-left: -475px;
min-height: 280px;
}

#header{
width: 946px;
border: 2px solid black;
height: 180px;
background: #999 url('images/header.jpg') no-repeat;
}

#menu{
width: 946px;
border: 2px solid black;
height: 60px;
background: #666 url('images/menu.jpg') repeat-x;
font-weight: bold;
padding: 0;
}

#menu a, #menu a:link, #menu a:visited{
color: #ff6;
text-decoration: none;
padding: 0;
}

#menu a:hover{
color: #f90;
text-decoration: none;
padding: 0;
}

#page{
width: 946px;
border: 2px solid black;
min-height:100px;
background: #BBB url('images/page.jpg') repeat-y;
font-weight: bold;
color: #FF2;
}

#footer{
padding: 10px;
padding-left: 20px;
padding-right: 20px;
border: 2px solid black;
height: 20px;
text-align: center;
font-weight: bold;
background: #777 url('images/footer.jpg') repeat-x;
}

a {
color: #f90;
text-decoration: none;
padding: 0;
}

a:hover { 
color: #ff6;
text-decoration: none;
padding: 0;
}
