html,body {
	padding: 0px;
	margin: 0px;
}

a.biale {
	color: #ffffff;
}

body {
	font-size: 12px;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #3A3739;
	background-image: url('./gfx/tlo.jpg');
	background-repeat: repeat-x;
}


#tlo1 {
	background-image: url('./gfx/tlo_srodek.jpg');
	width: 762px;
	background-repeat: repeat-y;
	float: both;
	margin: auto;
}


#tlo2 {
	width: 762px;
 	background-image: url('./gfx/tlo_srodek_gora.jpg');
	background-repeat: no-repeat;
	margin: 0px;

}

#top	{
	margin: 0px;
	padding:0px;
	height: 195px;
}

#lewa	{
	float: left;
	width: 375px;
	padding: 25px;
	padding-left:50px;
	line-height: 150%;
}

#prawa	{
	float: right;
	width: 211px;
	padding:25px;
	margin-right: 25px;
	padding-right: 0px;
	line-height: 150%;
	border-left: 1px solid #999999;
	font-size: 0.9em;
}

#menu {
	width: 712px;
	background-image: url('./gfx/top2.jpg');
	background-repeat: no-repeat;
	height: 30px;
	padding-left: 50px;
	padding-top:12px;
	text-align: left;
	margin-top:0px;
	color: #cccccc;
}

#dol {
	height: 34px;
	width: 100%;
	background: url('./gfx/dol.jpg');
	background-position: 50% top;
	background-repeat: no-repeat;
	text-align: center;
}

#srodek {
	width: 712px;
	clear: both;
}

#srodek:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}


