* {
  margin: 0px;
  padding: 0px;
}
body {
  background-image: url('http://s.cosy.cz/78');
  background-repeat: repeat-x;
  background-position: top center;
  background-color: #fff;
  font-family: Arial, sans-serif;
  margin-top: 15px;
}
ul#menu {
  margin: auto;
  margin-bottom: 5px;
  width: 935px;
}
ul#menu li {
  display: inline;
  margin: 10px 15px;
}  
ul#menu li span#selected {  
  border-bottom: 2px solid #fff; 
  color: #fff;    
  font-size: 14px;
  font-weight: bold;
  padding: 5px;
}  
ul#menu li a {   
  color: #fff;    
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}     
ul#menu li a:hover {   
  color: #ff9933;
}
div#top {   
  background-image: url('http://s.cosy.cz/79');
  background-repeat: no-repeat;
  background-position: center center;
  height: 340px;
  margin: auto;
  padding: 15px;
  width: 894px;
}
div#top a img {
  border-style: none;
  padding: 30px;
}
h1 {
  color: #369;
  display: inline;
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 5px;
  padding-right: 15px;
}
div#main {  
  background-color: #fff;
  margin: auto;
  padding: 20px 40px 40px 40px;
  width: 820px;        
  -moz-border-radius: 3px;    
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
div#content {
  margin-top: 15px;
}