* {
margin: 0;
padding: 0;
border: 0;
text-decoration: none;
font-family: arial;
list-style: none;
font-size: 12px;
}
 
body {
background-color: #e1e1e1;
background-image: url('../images/top_bg.jpg');
background-repeat: repeat-x;
width: 100%;
}
 
a {
color: #000;
font-weight: bold;
}
 
a:hover {
color: #FFF;
}
 
 
/* TOP */
 
#top {
background-image: url('../images/header_bg.jpg');
width: 960px;
height: 320px;
text-align: center;
margin: auto;
}
 
#contact {
width: 268px;
height: 84px;
float: right;
padding-right: 55px;
}
 
#boxy {
height: 125px;
display: block;
clear: both;
padding-left: 41px;
}
 
#boxy h1 {
width: 362px;
display: block;
}
 
h1 {
float: left;
}
 
h2 {
width: px;
display: block;
float: left;
padding-left: 1px;
}
 
#naglowek h1 {
padding-top: 43px;
padding-left: 60px;
}
 
/* END TOP */
 
/* CONTENT */
 
#content {
margin: auto;
width: 835px;
clear: both;
}
 
#galeria {
margin: auto;
width: 835px;
}
 
#galeria li {
width: 257px;
height: 100px;
padding-bottom: 30px;
padding-right: 20px;
float: left;
display: block;
}
 
#galeria li a {
opacity: 0.8;
filter: alpha(opacity=80);
}
 
#galeria li a:hover {
opacity: 1;
filter: alpha(opacity=1);
}
 
/* END CONTENT */
 
/* STOPKA */
 
#stopka {
margin-top: 20px;
width: 871px;
margin: auto;
clear: both;
border-top: 1px solid #c9c9c9;
}
 
#dogory {
padding-top: 20px;
float: left;
}
 
#podpis {
padding-top: 20px;
float: right;
font-size: 10px;
color: #aeaeae;
}
 
/* END STOPKA */
