html, body {
	background-color: #e5e5e5;
	color: #000;
	margin: 1%;
	padding: 0;
	text-align: center;
}

#top {
	width: 780px;
	margin: 0 auto;
	border-style: solid;
	border-width: 1px;
	border-radius: 5px;
	background-color: #fff;
}

#NAGLOWEK {
	height: 126px;
	background-image: url(tlo2.png);
}

#link1 {
	width: 780px;
	float: left;
	overflow: hidden;
	background-color: #fff;
}


#STOPKA {
	clear: both;
	width: 100%;
	background-color: #fff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}