#background {
  background:url("/Images/sunbeach.jpg") no-repeat center;
  background-color: #d37216;
  border: 0;
  background-position: center;
  background-size: cover;
  height: 928px;
  overflow-x: hidden;
}

a:link {
  color: #e8ab5e; }

a:visited {
 color: #f3e7a7
}

a:hover {
  color: #82cde5;
}

#moonblink {
 display: flex;
 justify-content: center;
 height: 50px;
 padding: 15px;
}

#maininfo {
  background: url("/Images/darkrock.jpg") repeat top right;
  font: 19px/1.5 "Newsreader", times, serif;
  color: #de9757;
  border: 10px #7e430b groove;
  border-width: 7px;
  padding: 15px;
  box-shadow: 5px 5px 5px #4d2906;
  position: absolute;
  display: block;
  left: 7%;
  top: 10%;
  height: 700px;
  width: 500px;
  overflow-y: auto;
  line-height: 140%;
}

#otherinfo {
    background: url("/Images/darkrock.jpg") repeat top right;
  font: 17px/1.5 "Newsreader", times, serif;
  color: #de9757;
  text-align: center;
  border: 10px #7e430b groove;
  border-width: 7px;
  padding: 15px;
  box-shadow: 5px 5px 5px #4d2906;
  position: absolute;
  display: block;
  right: 10%;
  top: 25%;
  height: 350px;
  width: 400px;
}

#blorbogallery {
    background: url("/Images/darkrock.jpg") repeat top right;
  font: 19px/1.5 "Newsreader", times, serif;
  color: #de9757;
  border: 10px #7e430b groove;
  border-width: 7px;
  padding: 7px;
  box-shadow: 5px 5px 5px #4d2906;
  position: absolute;
  display: block;
  left: 40%;
  bottom: 5%;
  height: 200px;
  width: 450px;
  overflow: auto;
  white-space: nowrap;
  line-height: 140%;
}

#forgetmenot {
  position: absolute;
  right: 5%;
  bottom: 3%;
}