 body 
 { margin: 0; 
 padding: 0; 
 background: Green; 
 font-size: 20px; 
 font-style: normal; 
 font-family: Tahoma, Veranda, Arial, Helvetica, sans-serif; 
 color: white; 
 line-height: 200%; }
 
  
  #naglowek{
	width: 900px;
	text-align: center;
	margin: 2px auto;
	height: 93px;
	color: yellow;
	background: green;
	border-bottom: thin solid Yellow;
} 
  #image01 {

  width: 384; 
  height: 350; 
  margin: 20px 230px; 
  } 
  #pojemnik { 
  width: 900px;
  height: 100%; 
  text-align: center; 
  margin: 0px auto; 
  background: Green;  
 
  }
  img {border: 0px;}
   
  #prawy { 
  background: url(image/tloprawy.gif); 
  float: left; 
  width: 120px;
   height: 800px;
 
  overflow: hidden;
  
  margin: 0px auto; }
  
 #lewy { 
  background: url(image/tlolewy.gif); 
  float: right; 
  width: 775px;
 height: 800px;
  overflow: hidden; 
  
  margin: 0 auto; }
  
  #prawy1 { 
  background: url(image/tloprawy.gif); 
  float: left; 
  width: 120px;
   height: 1050px;
 
  overflow: hidden;
  
  margin: 0px auto; }
  
 #lewy1 { 
  background: url(image/tlolewy.gif); 
  float: right; 
  width: 775px;
 height: 1050px;
  overflow: hidden; 
  
  margin: 0 auto; }
  
 
   
  h1 {
	margin: auto;
	color: white;
	font-style: italic;
	font-size: 150%;
	font-family: Arial, Veranda, Tahoma, Helvetica, sans-serif;
	margin-right: 70%;
} 

  #stopka {
	background: Green;
	clear: both;
	width: 900px;
	text-align: center;
	margin: 0px auto;
	border-top: thin solid Yellow;
	font-size: 10px;
} 
  
  a:link { color: yellow;} 
  a:visited { color: white;} a:active { color: silver; }
