body {
	background-image: url(images/background.jpg);
	background-color: #5f0000;
	background-repeat: repeat-x;
	margin: 0 auto;
  	padding: 0 auto;
	text-align: center;
}

img {
	border: none;
}

div#kontener {
	 width: 1000px;
	 display: block;
	 margin: 0 auto;
	 text-align: left;
}

div#header {
	background-image:url(Images/banner.jpg);
	width: 1000px;
	height: 110px;
	background-color: #ff0000;
}
div#menubar{
	background-image: url(images/menubar.jpg);
	width: 1000px;
	height: 72px;
}
div#naglowek {
	float: left;
	background-image:url(images/tresc.jpg);

	width: 1000px;
	height: 120px;
	
}



div#tresc {
	display: block;
	width: 890px;
	float: left;
	background-image: url(images/tresc.jpg);
	padding: 0 55px 0 55px;
	margin: 0;
}


div#stopka {
	clear: both;
	width: 1000px;
	height: 115px;
	background-image: url(images/stopka.jpg);
	
}

div#copyright {
	text-align: center;
	color: #004;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

a{
	text-indent:inherit;
	color:#06F;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-decoration:none;
}

a:hover{
	text-indent:inherit;
	color:#600;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-decoration:none;


