html, body {
   background-color: #d7d7d7;
   margin: 0px;
   padding: 0px;
	font-family: Verdana, Arial;
   font-style: normal;
   font-size: 15px;
   font-weight: normal;
   color: #4b4b4b;
}
#top {
   width: 1000px;
}
#BANER {
   width: 1000px;
   height: 96px;
   background-color: #ffffff;
   background-image: url(pliki/baner_ground.jpg);
	background-position: right top;
}
#NAWIGACJA {
   width: 1000px;
   height: 33px;
   background-color: #ffffff;
   background-image: url(pliki/navi_ground.jpg);
}
#FOTO {
   width: 1000px;
   height: 344px;
   background-color: #ffffff;
   background-image: url(pliki/foto_ground.jpg);
}
#CONTENT {
   width: 1000px;
	height: auto;
   background-color: #ffffff;
   background-image: url(pliki/content_ground.jpg);
   background-position: right top;
   background-repeat: no-repeat;
}
#PASEK_DOWN {
   width: 1000px;
   height: 30px;
   background-color: #ffffff;
	background-image: url(pliki/pasek_ground.jpg);
}
#STOPKA {
   width: 1000px;
   background-color: #ffffff;
}
#kolumna1 {
   float: left;
   width: 33%;
   height: 100px;
   background-color: #ffffff;
}
#kolumna2 {
   float: left;
   width: 34%;
   height: 100px;
   background-color: #ffffff;
}
#kolumna3 {
   float: left;
   width: 33%;
   height: 100px;
   background-color: #ffffff;
}