html, body {
  height: 100%;
}

body {
  margin: 0;
  background: #fff;
  font-family: Verdana;
  font-size: .9em;
} 

#outer {
  padding: 20px 0px;
  width: 924px;
  margin: 20px auto;
  min-height: 100%;
  position: relative;
}

#top {
  background: url(../images/top.jpg);
  width: 924px; height: 495px;
  position: relative;
}

#top a {
  display: block; position: absolute;
}

#top #index {
  width: 350px; height: 160px;
  left: 35px; top: 35px;
}

#top #dom {
  background: url("../images/buttons/dom.png");
  width: 105px; height: 73px;
  left: 78px; top: 324px;
}

#top #atrakcja {
  background: url("../images/buttons/atrakcja.png");
  width: 124px; height: 80px;
  left: 355px; top: 269px;
}

#top #region {
  background: url("../images/buttons/region.png");
  width: 114px; height: 80px;
  left: 568px; top: 210px;
}

#top #kontakt {
  background: url("../images/buttons/kontakt.png");
  width: 98px; height: 63px;
  left: 747px; top: 345px;
}

#top #dom:hover, body#dom #top #dom {
  background: url("../images/buttons-hover/dom.png");
}

#top #atrakcja:hover, body#atrakcja #top #atrakcja {
  background: url("../images/buttons-hover/atrakcja.png");
}

#top #region:hover, body#region #top #region {
  background: url("../images/buttons-hover/region.png");
}

#top #kontakt:hover, body#kontakt #top #kontakt {
  background: url("../images/buttons-hover/kontakt.png");
}

#content {
  position: relative;
  text-align: justify;
  background: url(../images/content.jpg);
  padding: 1em 0px;
  padding-left: 125px;
  padding-right: 153px;
  width: 646px;
}

#text {
  margin-top: -100px;
}

#photo-float {
  width: 10px; height: 70px;
  float: right;
}

#content-bottom {
  background: url(../images/content-bottom.jpg);
  width: 924px; height: 34px;
}

#gallery-top {
  background: url(../images/gallery-top.jpg);
  width: 924px; height: 33px;
}

#gallery {
  background: url(../images/gallery.jpg);
  padding: 5px 0px;
  width: 924px;
  overflow: auto;
}

#gallery-inner {
  width: 637px;
  margin-left: 127px;
  margin-right: 160px;
}

#gallery-bottom {
  background: url(../images/gallery-bottom.jpg);
  width: 924px; height: 31px;
}

#bottom {
  background: url(../images/bottom.jpg);
  width: 924px; height: 48px;
}

#gallery a img {
  border: 0px;
}

#gallery img {
  width: 75px; height: 75px;
  float: left;
  margin: 8px;
}

#lightbox-overlay-text-about {
  display: none;
}

h1 {
  font-size: 22px;
  text-align: center;
}

h1.witamy {
  margin-top: 1em;
  margin-bottom: 1em;
}

h2 {
  font-size: 17px;
  /*text-align: center;*/
  margin-left: 2em;
}

span.dom1 {
  font-weight: bold;
}