html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

html {
  background-image: url('../img/background.png');
  background-position: center;
}

body {
  min-height: 602px;
  text-align: center;
  line-height: 0;
  background-image: url('../img/shadow.png');
  background-position: center;
  background-repeat: no-repeat;
}

#vertical {
	float: left;
	height: 50%;
	margin-top: -301px;
	width: 100%;
}

#logo {
  background-image: url('../img/logo.png');
  width: 105px;
  height: 40px;
  position: absolute;
  right: 31px;
  bottom: 51px;
  z-index: 500;
}

#footer {
  width: 900px;
  height: 17px;
  position: absolute;
  top: 706px;
  left: 37px;
}

#menu {
  width: 900px;
  position: absolute;
  top: 0px;
  left: 26px;
  text-align: left;
}

#menu a {
  display: block;
  float: left;
  height: 18px;
  padding: 0 23px 0 23px;
  border-right: 1px solid #bd9c63;
}

#menu a.last {
  border: 0;
}

#menu a img {
  margin: 0px 0px 0px 0px;
  border: 0;
}

#tekst {
  width: 390px;
  padding: 30px;
  color: #bd9c63;
  line-height: 1.5em;
  font-size: 0.8em;
  text-align: left;
  font-family: Georgia;
}

h1 {
  font-size: 2.5em;
  font-weight: normal;
  letter-spacing: -1px;
  margin: 0 0 1em 0;
  line-height: 1em;
  border-bottom: 1px solid #bd9c63;
}

p {
  margin-top: 1.25em;
}

#spacer {
  width: 218px;
  background-color: yellow;
}

#zdjecie {
  padding: 30px 20px 20px 20px;
  width: 902px;
  height: 552px;
  line-height: 0;
  position: relative;
  margin: auto;
  text-align: left;
	clear: both;
}

#zdjecia img {
  width: 900px;
  height: 550px;
  border: 1px solid #bd9c63;
}

#flash {
  width: 900px;
  height: 550px;
  border: 1px solid #bd9c63;
  position: absolute;
  z-index: 100;
}

#zdjecia {
  position: absolute;
  top: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 0;
  width: 902px;
  height: 552px;
}

#zdjecia li {
  line-height: 0;
}

#prev {
  position: absolute;
  top: 20px;
  left: 35px;
  width: 32px;
  height: 550px;
  background-image: url('../img/prev.png');
  background-position: left center;
  background-repeat: no-repeat;
  z-index: 300;
  opacity: 0.1;
}

#next {
  position: absolute;
  top: 20px;
  right: 35px;
  width: 32px;
  height: 550px;
  background-image: url('../img/next.png');
  background-position: right center;
  background-repeat: no-repeat;
  z-index: 300;
  opacity: 0.1;
}

#prev:hover, #next:hover {
  opacity: 0.3;
}

#google {
  display: none;
}
