html, body {
	background-color: #ffffff;
	background-image: url('img/bg.png');
	margin: 0;
	padding: 0;
	font-family: tahoma;
	font-size: 12px;
}


a:link 
	{color: #ffffff;
	 text-decoration: none;
	}

a:visited 
	{color: #ffffff;
	 text-decoration: none;
	}
a:hover 
	{color: #ffff00;
	}
	
#all
  {
	 width: 970px;
	 text-align: center;
	 margin: 0 auto;
	}

#naglowek
  {
	 width: 970px;
	 height: 55px;
	 text-align: right;
	 margin: 0 auto;
	}
	
#baner
  {
	 width: 970px;
	 height: 120px;
	 text-align: center;
	 margin: 0 auto;
	}

#srodek
  {
	 width: 970px;
	 text-align: center;
	 margin: 0 auto;
	}

#stopka
  {
	 width: 970px;
	 text-align: center;
	 margin: 0 auto;
	}
	
.s_lewa
  {
	 width: 585px;
	 height: 25px;
	 text-align: left;
	 margin: 0 auto;
	 float: left;
	}
	
.s_prawa
  {
	 width: 160px;
	 height: 25px;
	 text-align: right;
	 margin: 0 auto;
	 float: right;
	}


#k_lewa
  {
	 width: 707px;
	 height: auto;
	 text-align: center;
	 margin: 0 auto;
	 float: left;
	}

#k_prawa
  {
	 width: 263px;
	 height: auto;
	 text-align: center;
	 margin: 0 auto;
	 float: left;
	}
	
#k_prawa_pod
  {
	 width: 670px;
	 height: auto;
	 text-align: center;
	 margin: 0 auto;
	 float: left;
	}