#baner
{
background-image: url(menu.jpg) color: blue;
	height: 200px;
}

#lewy
{
	background-color: rgb(255, 218, 65);
	text-align: center;
	width: 40%;
	height: 400px;
	float: left;
}

#środkowy
{
	background-color: rgb(255, 226, 100);
	text-align: center;
	width: 30%;
	height: 400px;
	float: left;
}

#prawy
{
	background-color: rgb(255, 233, 143);
	text-align: center;
	width: 30%;
	height: 400px;
	float: left;
}

#stopka
{
	background-color: rgb(255, 218, 65);
	color: blue;
	font-size: 130%;
	clear: both;
}

p
{
font-style: italic;
}
