/* CSS Document */
body {
  background-image: url(images/bck.jpg);
}
div.main {
  width: 800px;
  height: 500px;
  margin: auto;
  position: relative;
  top: 50px;
}
div.image {
  background-image: url(images/image.png);
  width: 200px;
  height: 192px;
  float: left;
}

div.vizitka {
  width: 615px;
  height: 320px;
  background-image: url(images/vizitka_new.png);
  position: relative;
  top: 50px;;
  margin: auto;
}
a {
  color: white;
  text-decoration: none;
}