html
{
	font-family: Helvetica;
}
#baner
{
 background-color: DarkCyan;
 color: white;
 text-align: center;
 padding: 20px;
}
#formularz
{
 background-color: LightSeaGreen;
 text-align: center;
 padding: 60px;
 clear: both;
}
#lewy, #srodkowy
{
  background-color: Teal;
  color: white;
  text-align: center;
  height: 350px;
  width: 25%;
  float: left;
}
#prawy
{
 background-color: Teal;
 height: 350px;
 width: 50%;
 float: left;
}
#stopka
{
 background-color: DarkCyan;
 color: white;
 padding: 40px;
 clear: both;
}
ul
{
	border: 4px dotted rgb(127, 255, 212);
}
