/*tutaj definiujesz jak ma wygladac body i html */

BODY { 
background-image:url(tlopodluzne.jpg); 

} 


#glowna
      {
	width: 800px;
        }

#naglowek
         { background:;
           background-repeat: no-repeat;
           background-position: center;
           width: 800px;
	   height:100px;
           text-align: center;
         }

#flesh
          {
           background:54590C;
           background-repeat: no-repeat;
           background-position: center;
	   height:300px;
           width: 800px;
	   text-align: center;

}
#tekst
          {
           background:black;
           background-repeat: no-repeat;
           background-position: center; 
	   text-align: center;   
	   font-family: Times New Roman CE,sans-serif;           
	   width: 500px;	   
	   height:1000px;
	   float: left
	   
        
}

#tekstII
          {
           
           background:;
	   background-repeat: repeat;
           background-position: justify 
	   text-align: justify;   
	   font-family: Times New Roman CE,sans-serif;           
	   width: 300px;	   
	   height:1000px
	             
}
#stopka
       {
           background:url(stopka.jpg);
           background-repeat: no-repeat;
           background-position: center;
           margin:0px;
           height:25px;
           text-align:center
       }