body {
  font-family: Verdana, Arial, sans-serif;
  background-color: black;}

#titulka {
  position: absolute;
  width: 1280px;
  height: 900px;
  left: 50%;
  margin-left: -640px;
  top:50%; 
  margin-top: -450px; 
  background: url('img/styl/tit_podklad.jpg') no-repeat 50% 50%;}
  
#text {
  position: absolute;
  width: 940px;
  height: 150px;
  left: 14%;
  top: 68%;
  text-align: center;}
  
#odkaz {
  position: absolute;
  width: 940px;
  height: 20px;
  left: 14%;
  top: 62%;
  text-align: center;}
  
h1, p{
  font-size: 70%;
  color: #404040;
  margin:0px}
  
.gifak {
  position: absolute;
  left: 558px;
  top: 318px;}

a {
  font-weight: bold;
  color: white;
  text-decoration: none;}
