html, body, #page {
    height:100%;
    width:100%;
    margin:0;
    padding:0;
    background-color: #2d2d2d;
    background-color: black
}

#MenuLink {
  color:black;
  font-style: bold;
  font-size: 25px;
  padding-right: 10px;
  display: inline-block;
  font-family: Arial, sans-serif;
}

#Wrapper {
  text-align: center;
}

#BackgroundImage {
    width: 1000px;
    max-height: 1726;
    background: url(images/bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: inline-block;
    color: white;
}

#NotepadArea {
  color: black;
  font-family: 'Cabin';
  font-size: 16px;
  text-align: left;
  padding-left: 260px;
  width: 650px;
  padding-bottom: 30px;
  padding-top: 8px;
}

#MenuArea {
  color: black;
  font-family: 'Cabin';
  font-size: 16px;
  text-align: left;
  padding-left: 240px;
  padding-top: 380px;
  width: 750px;
}

#ImgAType {
  width: 625px;
}

#albumheading {
    color: black;
    font-weight: bolder;
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 125%;
    margin-top: -2px;
}

th {
  vertical-align: top;
  padding-bottom: 15px;
  padding-top: 0px;
  padding-right: 15px;
  text-align: left;
  font-weight: normal;
  font-size: 14px;
}

a {
  text-decoration: none;
  color: #5e4737;
}

a.links {
  text-decoration: none;
  color: #5e4737;
}

a:link, a:visited {
}

a:hover, a:active {
}

#HalfBreak {
  height:7px;
  visibility:hidden;
}
