html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
      top: 0;
    left: 0;
}

#body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    position: absolute;
    background-image:url(background.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
}

#menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3em;
    background-color: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    text-align: center;
    padding-top: 1em;
}

#menu ul, #menu ul li {
    display: inline;
    color: white;
    padding-left: 2em;
    font-size: 1.1em;
    font-weight: bolder;
    font-family: Helvetica, sans-serif;
    letter-spacing: 0.15em;
}

#menu ul li a:link, #menu ul li a:active, #menu ul li a:visited, #menu ul li a:hover {
  color: white;
}

#content {
    width: 75%;
    height: 75%;
    position: absolute;
    top: 5em;
    left: 12.5%;
    overflow: scroll;
    opacity: .9;
    filter: alpha(opacity=90);
    background-color: rgb(247,150,70);
    padding: 1em;
}

#content #closeButton {
    position: absolute;
    top: 0;
    right: 1em;
    z-index: 5;
    font-size: 2em;
    font-weight: bolder;
}

#closeButton a:link, #closeButton a:visited, #closeButton a:active {
    text-decoration: none;
    color: black;
}
