body {
  color: #ccb;
  font-family: 'Russo One', sans-serif;
  font-size: 0.9em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-transform: uppercase;
  width: 1024px;
}
h1 {
  color: white;
  font-weight: normal;
}
a {
  color: #d2960b;
  text-decoration: none;
}
a:visited {
  color: #b27600;
}
#header {
  width: 1024px;
}
#navigation {
  border-top: 1px solid black;
  padding: 20px 0px;
}
#navigation a {
  position: relative;
  border: 0px solid white;
  margin-right: 30px;
}
#viewer {
  width: 1024px;
  height: 512px;
  background-color: #f8f8f8;
}
#selectors {
  margin-top: 20px;
}
#selectors span {
  width: 120px;
  display: block;
  float: left;
  text-align: right;
}
#selectors div {
  height: 100px;
}
#selectors img.roll {
  margin-left: 10px;
  height: 67px;
  width: 20px;
}
#main_view {
  height: 512px;
  width: 1024px;
  border: 0px;
}