body {
  background-color: black;
}

#container {
  position: relative;
  margin-bottom:0;
  background-image: linear-gradient(#111122, #324262, #007542 30%, #111122);
  background-repeat: no-repeat;
}
#sidebar {
  position: absolute;
  top: 0;
  left: 30px;
  width: 200px;
  background-image: linear-gradient(#FFF0DD, #FFFFEE);
}
#content {
  top: 30%;
  position: relative;
  text-align: center;
  text-shadow: 1px 1px black, 0px 1px 3px white;
  font-size: 22px;
}
#feltWall, #wraith {
  position: relative;
  width: 474px;
  height: 728px;
  top: 0;
  z-index: -1;
}
#feltWall {
  background-image: url(felt.jpg);
  background-size: cover;
}
#wraith {
  background-image: linear-gradient(#666666 60%, #000000);
}
#arch1, #arch2, #arch3 {
 position: absolute;
 top: 0;
 margin: 0;
 width: 474px;
 height: 745px;
 background-image: url(galleryColumn.png);
 background-size: contain;
}
#arch1 {
  left: 265px;
}
#arch2 {
  left: 745px;
}
#arch3 {
  left: 1225px;
}
a {
  text-decoration: none;
}