body {
     padding: 0;
     background-image: url(graphics/bg.jpg);
     background-repeat: repeat-x;
     background-color: #fff;
     color: #220000;
     font-family: Georgia, Verdana, Arial;
     font-size: 12px;
     text-align: center;
     margin: 0 auto 10px auto;
     }

div {
     padding: 0;
     margin: 0;
    }

img {
    border: none;
    margin: 0;
    padding: 0;
    }
    
#top{
     margin: 0 auto;
     width: 948px;
     height: 200px;
     text-align: center;
     overflow: hidden;
     }
     
#under-top{
           margin: 0 auto;
           width: 948px;
           height: 40px;
           text-align: center;
           overflow: hidden;
           }
           
#under-top a{
            height: 40px;
            display: block;
            float: left;
            text-align: left;
            }
	

#under-top a#strona-glowna {
                           background: url(graphics/strona-glowna.jpg);
                           width: 142px;
                           }
	
#under-top a#strona-glowna:hover {
	                          background: url(graphics/strona-glowna.jpg) 0 -40px;
	                          }
	                          
#under-top a#oferta {
                 background: url(graphics/oferta.jpg);
                 width: 79px;
                 }
	
#under-top a#oferta:hover {
	                    background: url(graphics/oferta.jpg) 0 -40px;
	                   }
	
#under-top a#zespol {
                 background: url(graphics/zespol.jpg);
                 width: 80px;
                 }
	
#under-top a#zespol:hover {
	                    background: url(graphics/zespol.jpg) 0 -40px;
	                   }
	
#under-top a#publikacje {
                 background: url(graphics/publikacje.jpg);
                 width: 109px;
                 }
	
#under-top a#publikacje:hover {
	                    background: url(graphics/publikacje.jpg) 0 -40px;
	                   }
	
#under-top a#kontakt {
                 background: url(graphics/kontakt.jpg);
                 width: 116px;
                 }
	
#under-top a#kontakt:hover {
	                    background: url(graphics/kontakt.jpg) 0 -40px;
	                   }
	                   

#main{
     background-image: url(graphics/main.jpg);
     background-repeat: no-repeat;
     margin: 0 auto;
     width: 948px;
     text-align: center;
     overflow: hidden;
     }
     
#main p{
           font-size: 12px;
           margin: 5px 15px 5px 260px;
           text-align: justify;
           color: #220000;
           line-height: 18px;
           font-family: Georgia, Verdana, Arial;
         }
         
#main h1{
           font-size: 14px;
           margin: 10px 15px 5px 260px;
           text-align: left;
           color: #220000;
           line-height: 18px;
           font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
         }
         
#main #opis{
           font-size: 12px;
           margin: 10px 15px 5px 260px;
           text-align: justify;
           color: #220000;
           line-height: 18px;
           font-family: Georgia, Verdana, Arial;
         }
         
#main ul li{
             text-align: justify;
             margin-bottom: 10px;
             padding: 0;
             font-family: Georgia, Verdana, Arial;
             }
         
#main a{
           color: #74CF1C;
         }
         
#main a:hover{
              color: #ADFF5D;
             }
         
#bottom{
        margin: 0 auto;
        width: 948px;
        height: 51px;
        text-align: center;
        overflow: hidden;
        background-image: url(graphics/bottom.jpg);
        background-repeat: no-repeat;
        }

#bottom p{
      text-align: center;
      font-size: 10px;
      margin: 35px 0 0 0;
      padding: 0;
      }

#bottom a{
      color: #220000;
      text-decoration: underline;
      }

#bottom a:hover{
              text-decoration: underline;
              color: #74CF1C;
              }
