html, body {
  margin: 0;
  padding: 0;
}

#baner {
  background-color: rgb(105, 88, 89);
  color: white;
  font-size: 150%;
  text-align: center;
  height: 80px;
  clear: both;
}

#lewy {
  background-color: rgb(145, 127, 112);
  width: 30%;
  height: 600px;
  float: left;
}
#srodkowy {
  background-color: rgb(184, 168, 169);
  width: 50%;
  height: 600px;
  float: left;
}
#prawy {
  background-color: rgb(145, 127, 112);
  width: 20%;
  height: 600px;
  float: left;
}

h2 {
  color: white;
}

img {
  float: right;
}
table, td {
  border: 1px solid;
}