
body {
       background-image: url("./images/Background.jpg");
       background-repeat: repeat;
       background-size: 100%;
}

#all {

position: absolute;
left: 5%;
width: 90%;
height: 90%;
}

#head {
position: absolute;
left: 0%;
top: 0%;
width: 100%;
height: 35%;
text-align: center;
}

#head h1 {
  margin-top: 1%;
}

#nav_h  li {
  list-style-type: none;
  width: 10%; /*7em;*/
  text-align: center;
  margin-top: 1%;
  margin-left: 5%; 
  text-align: cfloat: center;
  float: left;
}
  
#nav_h  a {
  width: 120%;
  height: 130%;
  text-decoration: none;
  color: #E7C496;
  display: block;
  background-color: #862633;
  box-shadow: 5px 5px 5px gray;
  margin-bottom: 2px;
  margin-right: 2px;

}

#nav_h  a:hover {
  background-color: #AE3142;
  box-shadow: 3px 3px 3px gray;
  border: none;
}

#content {
position: absolute;
left: 2%;
top: 40%;
width: 90%;
height: 80%;
padding-left: 1%;
padding-right: 1%;
overflow: auto;
align: center;
}

 
