html, body {
	background-image:url("grafiki/tlo.png");
	background-attachment: fixed;
	margin: 0;
	padding: 0;
}

#top {
	width: 800px;
	top: 10px;
	left: 50%;
	margin-left: -400px;
	position: absolute;

}

#NAGLOWEK {
	
	width:700px;
	height:330px;
	overflow:hidden;
}

.pics {

   	height: 320px; 
  	width:700px; 
}

.pics img {
	 width: 700px;
	 height: 320px;
} 



#MENU {
	width: 800px;
	float: none;
	overflow: hidden;
}

ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul {
	float: left;
	width: 100%;
	}

ul li {
	float: left;
	border: 1px solid #fff5e3;	
}

ul a:link, ul a:visited {
	text-decoration: none;
	display: block;
	font-weight: bold;
	background: url("grafiki/przy.png") no-repeat;
	color: #1e6377;
	padding: 5px 15px 5px 5px;
	
}

ul a:hover {
	color: #1e6377;
	background: url("grafiki/przy2.png") no-repeat;
}

#TRESC {

	width: 724px;
	height:722px;
	background-image:url("grafiki/tresc.png");
	float: left;
	overflow: hidden;
}

h1 {

	color:#fff;
	padding:15px;
	font-size:16px;
	font-weight:normal;
}

h1 td {
	color:#fff;
	font-size:16px;
}

h2 {

	width: 500px;
	color:#fff;
	padding:15px;
	font-size:16px;
	font-weight:bold;
	border-style:solid;
	border-width:2px;
}

a {
	color:#fff;
}

#STOPKA {
	width:728px;
	height:125px;
	clear:both;
	background-image:url("grafiki/stopka.png");
	margin-right:100px;
	margin-bottom:10px;
	color:#1e6377;
}
