html {
 height: 100%;
 background-color : #3b3b3b;
 background-image : url("images/tlo_page.png");
 background-position : center center;
 background-repeat : repeat;
}
body {
  height: 100%;
  margin: 0 auto;
  padding: 0;
  font-family: sans-serif, Arial;
  font-size: 14px;
  text-align: center;
}
a:link {
  text-decoration: none;
  color: #000000;
}

a:visited {
  text-decoration: none;
  color: #000000;
}

a:active {
  text-decoration: underline;
  color: #076095;
}

a:hover {
  text-decoration: underline;
  color: #076095;
}
#tabela {
 margin: 0 auto;
 padding: 0;
 width: 700px;
 height: 100%;
}
#container {
 margin: 0 auto;
 padding: 0;
 width: 700px;
 height: 703px;
 background-image : url("images/tlo.png");
 background-position : center center;
 background-repeat : no-repeat;
}
#nutki {
 margin: 0 auto;
 padding: 0;
 width: 700px;
 height: 703px;
 background-image : url("images/nutki.png");
 background-position : 500px 438px;
 background-repeat : no-repeat;
}
#top {
  display: block;
  float: left;
}
#top2 {
  height: 240px;
  display: block;

}
#people {
  margin-left: 65px;
}
#logo {
  margin-left: 50px;
  margin-top: 128px;
}
#menu {
  margin: 0;
  top: 5px;
  left: 62px;
  padding: 0;
  list-style-type: none;
  display: block;
  float: left;
  position : relative;
}
#menu li {
  margin-bottom: 3px;
  text-align: center;
  vertical-align: bottom;
}
#menu a {
  padding-top: 4px;
  padding-bottom: 4px;
  display: block;
  text-decoration: none;
  color: #000000;
  width: 150px;
  background-color: #ffc000;
}

#menu a:hover {
  display: block;
  text-decoration: none;
  color: #000000;
  width: 150px;
  background-color: #2b96d7;
}
#text {
  top: 5px;
  left: 77px;
  width: 410px;
  float: left;
  display: block;
  text-align: justify;
  position : relative;
}
.center {
  text-align: center;
}

#photo {
  float: left;
  margin: 5px;
}