* {
  margin: 0px;
  padding: 0px;
}
body {
  background-image: url('http://s.cosy.cz/32');
  background-repeat: repeat-x;
  background-position: top center;
  background-color: #ccc;
  font-family: Arial, sans-serif;
  margin-top: 15px;
}
ul#menu {
  margin: auto;
  margin-bottom: 5px;
  width: 880px;
}
ul#menu li {
  display: inline;
  margin: 10px 15px;
}  
ul#menu li span#selected {  
  border-bottom: 2px solid #e99e49; 
  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: #e99e49;
}
div#top {   
  background-image: url('http://s.cosy.cz/34');
  background-repeat: no-repeat;
  background-position: center center;
  height: 296px;
  margin: auto;
  padding: 15px;
  width: 894px;
}
div#top a img {
  border-style: none;
}
h1 {  
  background-image: url('http://s.cosy.cz/33');
  background-repeat: no-repeat;
  background-position: right bottom;
  color: #fff;
  display: inline;
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 5px;
  padding-right: 15px; 
  text-shadow: 3px 3px 1px #999, 3px 3px 2px #999, 3px 3px 3px #aaa, 3px 3px 4px #aaa;
}
div#main {  
  background-color: #d6d6d6;
  margin: auto;
  margin-top: 10px;
  padding: 20px 40px;
  width: 820px;        
  -moz-border-radius: 10px;    
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}
div#content {
  margin-top: 15px;
}