
body {
background-image: url("images/bg.jpg");
background-repeat:repeat;
}

img{
position:fixed;
top:0px;
left:0px;
}
#vizitka img{
  position: fixed;
  top: 20%;
  left: 50%;
  margin-top: -50px;
  margin-left: -100px;
}
