body {
	margin: 0px auto;
	background-color: #2f1300;
	font-family: Arial, Verdana, Tahoma;
}

#site {
  width: 797px;
	background-image: url(uvod.png);
	background-repeat: no-repeat;
	margin: auto;
}

#site h1 {
  display: none;
}

#lastrada1 {
  width: 399px;
  height: 446px;
  float: left;
}
  
  #lastrada1 h2 {
	  margin: 0px;
  }
   
  #lastrada1 h2 a {
    position: relative;
    top: 170px;
    left: 140px;  
  	width: 0px;
  	display: block;
  	height: 160px;
  	padding-left: 250px;
  	overflow: hidden;
  }

#lastrada2 {
  width: 398px;
  height: 446px;
  float: left;
}
  
  #lastrada2 h2 {
	  margin: 0px;
  }
   
  #lastrada2 h2 a {
    position: relative;
    top: 170px;
    left: 6px;
  	width: 0px;
  	display: block;
  	height: 160px;
  	padding-left: 250px;
  	overflow: hidden;
  }

  #footer {
    position: relative;
    top: -90px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    clear: left;
  }
    
    #footer p {
      margin: 0px;
      padding: 0px;
      font-size: 12px;
      color: white;
    }
    
    #footer a {
      margin: 0px;
      padding: 0px;
      font-size: 12px;
      color: white;
      text-decoration: none;
    }
    
    #footer a:hover {
      margin: 0px;
      padding: 0px;
      font-size: 12px;
      color: white;
      text-decoration: underline;
    }  
