html {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

body {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
}

#main {
  height: 483px;
  width: 1024px;
  margin: 0px auto;
  margin-top: 2%;
  background-image: url("background.jpg");
  background-repeat: no-repeat;

}

#kontakt {
  width: 1024px;
  margin: 0px auto;
  margin-top: -100px;
  text-align: center;
}

table {
  margin: 0px auto;
}

td {
  vertical-align: top;
  text-align: left;
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}