body{
	background-color:#FFFFFF;
 	margin-top: 0px;
  	margin-bottom: 0px;
   margin-left: 0px; 
   margin-right: 0px;
	font-family:  Verdana, sans-serif
	text-align: center;

	background-image: url(obrazki/tlo.gif);
}
* {
  margin: 0px;
  padding: 0px;
	font-family: Arial, Verdena, Helvetica, sans-serif;}
	
	img {border: 0px;}



#container {
	margin: 0 auto;
	padding:0px;
	text-align: center;
	width:760px;
  background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	}


	
#logo {
	width:760px;
	height:181px;
	background-image: url(images/logo.jpg);
}


#left {
  position:relative;
	width:227px;
	height:394px;
	display:inline;
	float:left;
	}
	
		
#right {
  position:relative;
	width:513px;
	padding-right:20px;
	height:auto;
	display:inline;
	float:right;
	background-image: url(images/right.jpg);
	background-repeat: no-repeat;
	}

#dolny_margines {
  position:relative;
  clear:both;
	width:760px;
	height:16px;
	background-image: url(images/dolny_margines.gif);
	background-repeat: no-repeat;
}