html, body {
	
   background-image: url(obrazki/background.gif) ;
	background-repeat:repeat;

	color: #000;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: Verdena;
	line-height: 18px;
	
}

#top {
	width: 950px;
	margin: 0 auto;
line-height: 0px;

}

#menu {
	width: 950px;
	margin: 0 auto;
	line-height: 0px;
	
}

#body {
	width: 948px;
	height:auto;
	background-color:white ;
	margin: 0 auto;
	vertical-align:top;
	line-height: 20px;
	border-left-style: solid;
	border-right-style: solid;
	border-left-width:1px;
	border-right-width:1px;
	border-color: #C1B7B7;
  
}

#footer {
	width: 950px;
	height:22px;
	background-image: url(obrazki/footer.jpg) ;
	margin: 0 auto;
	line-height: 15px;
	text-align: center;
	font-size: 10px;
	text-align: bottom;
}
#footer a:link {color: #242234; /*kolor linka*/}
#footer a:visited {color: #242234; /*kolor odwiedzonego linka*/}
#footer a:hover {color: #242234;text-decoration: underline ; /*kolor linka po najechaniu na niego*/}