body{
  background-color: black;
  color: #DDD;
  font-size: 13px;
  text-align: center;
  font-family: Georgia, "New York CE", utopia, sans-serif;
}

div#container{
  margin: 0em auto;
  margin-top: 25px;
  padding: 0px;
  width: 750px;
  background-image: url("../pict/dolni-okraj.jpg");
  background-position: 0px bottom;
  background-repeat: no-repeat;
}

h1#header{
  width: 750px;
  height: 207px;
  clear: left;
  text-align: left;
  background-image: url("../pict/fotky.jpg");
  background-position: 250px 0px;
  background-repeat: no-repeat;
  font-size: 100%;
}

ul#menu{
  text-align: right;
  list-style: none;
  display: block;
  padding-left: 180px;
  margin: -20px 0px 50px 40px;
}

div#main{
  padding-bottom: 25px;
  margin: 0px 0px 20px 50px;
  width: 750px;
  text-align: left;
}

div#text{
    margin-left: 210px;
    width: 480px;
}

div#footer{
  text-align: right;
  width: 100%;
  margin: 0px;
  padding: 0px;
}


