#baner {
    background-color: #829EB9;
    height: 80px;
    text-align: center;
    font-family: Arial;
    padding-top: 10px;
}
#lewy {
	background-color: #B3C6D9;
	height: 500px;
	width: 25%;
	padding-top: 100px;
	text-align: center;
	font-size: 20px;
	float: left;
}
#prawy {
	background-color: #E0E9F1;
	height: 500px;
	width: 75%;
	padding-top: 100px;
	text-align: center;
	font-size: 20px;
	float: left;
}
#stopka {
	background-color: #FFFF00;
	height: 70px;
	font-family: Arial;
	text-align: center;
	font-size: 20px;
	clear: both;
}
}
img {
	margin: 30px;
	padding: 10px;
	
}
