/* main.css */

body, html {
  height: 100%;
}

body {
  background-color: #15191f;
  color: #787f7b;
}

a {
  text-decoration: none;
  color: #787f7b;
}

a:hover {
  border-bottom: 1px #787f7b solid;
}

#page_container {
  background: #13151a url("/images/quadrantsound_bg.jpg") no-repeat;
  min-height: 100%;
}

#content {
  padding-top: 293px;
}

#content ul {
  list-style: none;
  font-size: 4em;
}

#content ul li {
  margin-left: 0;
}

#footer {
  position: fixed;
  bottom: 0px;
  padding-bottom: 20px;
}
