html, body {
  height: 100%;
  margin: 0; padding:0;
  background: #000;
}
#kontener {
  height: auto !important;
  height: 100%; min-height: 100%;
  margin: auto;
  border: solid #999;
  border-width: 0 1px;
  width: 770px;
  background: #fff;
}
#naglowek {
  height: 150px;
}
#menu-glowne, #menu-dolne {
  padding: 3px 10px;
  background: #333;
  font-weight:bold;
}
#menu-glowne a, #menu-dolne a {
  color: #FFF;
  text-decoration:none;
}
#menu-glowne a:hover, #menu-dolne a:hover {
  color: #DDD;
}

#tresc {
  padding: 10px;
}
#stopka {
  background: #857F6F;
  clear: both;
}