html, body {
  margin: 0;
  padding: 0;
  
  color: white;
  background: black;
  
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
}

#content {
  width: 420px;
  position: relative;
  top: -250px;
  left: 100px;
  margin-bottom: -175px;
  /*margin: -250px 0 0 100px;*/
}

#footer {
  width: 800px;
  position: absolute;
  
  text-align: center;
}

p {
  margin: 8px 0 0 0;
}

h1 {
  margin: 5px 0 0 0;
}

a {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #0082C3;
}
a:visited {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #0082C3;
}
a:active {
        color: #0082C3;
        font-size: 13px;
        text-decoration : none;
        background-color : #FFFFCC;
}
a:hover {
        color: #0082C3;
        font-size: 13px;
        text-decoration : none;
        background-color : #FFFFCC;
}
.textbox {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #FFFFCC;
        background: url(images/textbox.jpg);
        background-color: #000000;
}
.textbox2 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #FFFFCC;
        background-color: #000000;
}

.text_heading {
        font-family: 'Trebuchet MS';
        font-size: 20px;
        color: #FFB300;
}

#navigation img {
  border: none;
}

/* Navigation images */
#workshops {
  position: absolute;
  top: 195px;
  left: 272px;
}

#links {
  position: absolute;
  top: 94px;
  left: 267px;
}

#faq {
  position: absolute;
  top: 179px;
  left: 191px;
}

#portal {
  position: absolute;
  top: 56px;
  left: 40px;
}
#catacombs {
  position: absolute;
  top: 225px;
  left: 209px;
}
#refectory {
  position: absolute;
  top: 155px;
  left: 383px;
}
#astrolabe {
  position: absolute;
  top: 231px;
  left: 521px;
}

#apothecary {
  position: absolute;
  top: 117px;
  left: 521px;
}

#tome {
  position: absolute;
  top: 261px;
  left: 622px;
}

#candle {
  position: absolute;
  top: 235px;
  left: 701px;
}

#library {
  position: absolute;
  top: 72px;
  left: 619px;
}

.hidden {
  display: none;
}

.visible {
  display: block;
}

.header-details {
  position: absolute;
  top: 0px;
  left: 97px;
}
