body {
  margin: 0px auto;
  background-image: url(../img/fon1.png);
}

#wrapper{
  min-width: 480px;
  max-width: 960px;
  padding: 0px;
  background: #CCFFFF;
  margin: 0px auto;
}

header {
  min-width: 480px;
  max-width: 960px;
  width: 100%;
  height: 110px;
  background-image: url(../img/Logo.png), url(../img/fon2.jpg) ;
  background-repeat:  no-repeat, repeat-x;
  position: fixed;
}

#kontent { padding-top: 110px;}

#kontent h1 {
  font-family: "Times New Roman", Times, serif;
  font-size: 20pt;
  color: #996666;
  text-align: center;
  padding-top: 5px;
  margin: 0px;
}

#kontent p {
  width: 80%;
  margin: 0 auto;
  color: #778899;
  text-align: justify;
  font-size: 18px;
  text-indent: 2em;
}

footer {
  background: #696969;
  color: #FFFFFF;
  margin-top: 40px;
}

.sert {
  display: block;
  margin: 20px auto;
}