* {
  margin: 0px;
  padding: 0px;
  border: 0px;
  -moz-box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
}

body {
  background-color: black;
  text-align: center;
}

a {
  color: white;
}

div.minheight {
  height: 400px;
}

  #bigblock {
    text-align: center;
    background-image: url('../img/bg_bigblock.gif');
    width: 720px;
    height: auto;
    border: 8px solid white;
    margin: 20px auto;
    background-repeat: no-repeat;
  }

    table#top {
      margin: 0px auto;
    }

      td#logo {
        width: 210px;
        height: 186px;
      }

      td.quote {
        vertical-align: middle;
        width: 490px;
        height: 146px;
        text-align: center;
        color: white;
        padding-right: 40px;
        padding-left: 40px;
        font-weight: bold;
        font-size: 16px;
        color: white;
        line-height: 22px;
      }

        span.quoteauthor {
          color: #ed1c24;
          font-size: 14px;
          font-weight: bold;
          font-style: italic;
        }

      td.menu {
        vertical-align: middle;
        width: 490px;
        text-align: center;
        color: white;
        font-size: 14px;
      }

        div#menuholder {
          text-align: center;
          font-size: 14px;
        }

          a.menuitem {
            color: white;
            font-size: 14px;
          }

    div.textblock {
      color: white;
      margin: 10px auto;
      border-top: 2px solid white;
      border-bottom: 2px solid white;
      width: 80%;
      padding: 12px;
      font-size: 15px;
    }

      img.boxshot {
        float: left;
        vertical-align: top;
        margin-right: 20px;
      }

  div#copyright {
    color: white;
    font-size: 11px;
    text-align: center;
  }

/* features */
img.screenshot {
  float: left;
  border: 3px solid white;
  margin-right: 10px;
  margin-bottom: 10px;
}

div.featuretitle {
  color: #ed1c24;
  font-size: 18px;
  font-weight: bold;
}

/* trailer */
div.trailerinfo {
  color: white;
  font-size: 11px;
  text-align: center;
}

div.trailerbox {
  margin: 0px auto;
  width: 328px;
  height: 264px;
  border: 4px solid white;
}

/* credits */
table.credits {
  table-layout: fixed;
}

td.credits {
  color: white;
  font-size: 11px;
  vertical-align: top;
  width: 25%;
  padding: 5px;
}

div.credsection {
  color: #ed1c24;
  font-size: 12px;
  font-weight: bold;
  margin-top: 5px;
}

/* music */

div.music {
  padding-top: 20px;
  padding-bottom: 20px;
}

table.music {
  margin-top: 20px;
  width: 100%;
}

td.musician {
  width: 50%;
  text-align: right;
  color: #ed1c24;
  font-weight: bold;
  padding-right: 10px;
}

/* buy */

div.buysection {
  color: #ed1c24;
  font-weight: bold;
}

table.buy {
  margin-top: 20px;
}

td.buy {
  text-align: left;
  color: white;
  font-size: 13px;
  padding: 5px;
  vertical-align: top;
}

div.buy {
  padding-top: 100px;
  padding-bottom: 150px;
}

/* contact */

div.contact {
  padding-top: 100px;
  padding-bottom: 150px;
  text-align: center;
}

div.contactsection {
  color: #ed1c24;
  font-weight: bold;
  text-align: center;
}

/* reviews */
div.review {
  margin: 15px 0px;
}

span.reviewauthor {
  color: #ed1c24;
  font-style: italic;
}

span.reviewauthor a {
  color: #ed1c24;
  font-style: italic;
  text-decoration: underline;
}

/* events */
ul {
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 20px;
  margin-bottom: 10px;
}

li {
  margin-bottom: 10px;
}

a.eventtitle {
  font-weight: bold;
  font-size: 13px;
}