body
 {
  margin: 0px 0px 0px 0px;
  background-image: url('./../img/webpozadi2.jpg'); 
  background-attachment: fixed;
  background-repeat: repeat-y;
  background-size: cover;
  font-family: Arial;
  font-style: italic;
  font-weight: bold;
 }
 
#main
 {
  width: 960px;  
  margin-left: auto;
  margin-right: auto;
 }
 
#logo
 {
  height: 199px;
  width: 960px;
  background-image: url('./../img/bg_logo2.jpg'); 
 }

.menu
 {
  height: 30px;
  width: 960px;
  background-color: #A52548;
  line-height: 30px;
 }

#texttop
 {
  background-color: white;
  min-height: 60px;
  width: 920px;
  padding: 20px 20px 20px 20px;
 }

#textbot
 {
  height: 300px;
  width: 960px;
 }

#bottom
 {
  height: 30px;
  width: 960px;
  background: linear-gradient(180deg, #A52548, #1C1B17);
 }

.item_left
 {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  border-right: 3px solid #FFF37D;
 }  

a
 {
  color: white;
  text-decoration: none;
 }
 
a:hover
 {
  color: #FFAA23;
 }        