body{
  color:black;
  background-image: url("pic/sea.jpg"); 
  background-position:center center
  background-attachment:fixed;
  text-align:center;
  font-family: Georgia, Times New Roman, sans-serif;
  font-size:15px;
  }
  
  a:link{color:black;text-decoration:underline;} 
  a:visited{color:black;text-decoration:underline;} 
  a:hover{color:gray;text-decoration:none;}
  
  p{text-align:justify;}
  
  #page{
  width:880px;
  margin-left:auto;
  margin-right:auto;
  padding:0px;
  background-color:white;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;  }
  
  #header{
  background-color:white;
  width:858px;
  height:200px;
  padding:10px;
  border:1px solid white;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-align:center;}
  
  #nadpisovka{margin-left:auto;margin-right:auto;}
  
  #menu{
  background-color:white;
  width:260px;
  padding:10px 10px 40px 10px;
  line-height:45px;
  text-align:right;
  border:1px solid white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align:top;}
  
  #menu a:link{text-decoration:none;}
  #menu a:visited{text-decoration:none;}
  
  #content{
  background-color:white;
  width:520px;
  padding:15px 20px 30px 40px;
  border:1px solid white;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  vertical-align:top;}
  
  .seznam{text-align:left;}
  
  