html {
  background-color: #1a1021;
  background-image: url(background.gif);
  background-repeat: repeat;
  overflow-y: scroll;
}
body {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 14px;
  color: #d0b4ff;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
a:link {
  color: #e2d1ff;
  text-decoration: underline;
}
a:visited {
  color: #e2d1ff;
}
a:hover {
  color: #b271df;
  text-decoration-color: #ff00ff;
}
a:active {
  color: #e2d1ff;
}
.header {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100px;
  width: 100%;
  min-width: 700px;
  background-image: url(header.png);
  background-repeat: repeat-x;
  z-index: 97;
}
.headerLeft {
  position: fixed;
  top: 0px;
  left: 0px;
  min-width: 330px;
  max-width: 440px;
  width: 50%;
  z-index: 98;
}
.headerRight {
  position: fixed;
  top: 26px;
  right: 8px;
  min-width: 330px;
  width: 45%;
  text-align: right;
  z-index: 99;
}
#headerLogo {
  min-width: 380px;
  max-width: 440px;
  width: 100%;
}
#contentHeader {
  min-width: 700px;
  max-width: 1000px;
  width: 100%;
}
.container {
  width: 100%;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 20px;
}
.centering {
  min-width: 600px;
  max-width: 800px;
  width: 100%;
  text-align: center;
  margin: auto;
}
.textFrame {
  -webkit-border-radius: 15px 15px 15px 15px;
  border-radius: 15px 15px 15px 15px;
  background-color: rgba(59, 40, 67, 0.75);
  width: 780px;
  padding: 15px;
  text-align: center;
  font-size: 17px;
  margin: auto;
}
#copyrightLink {
  font-size: 12px;
  font-weight: bold;
  color: #8e79b1;
  text-shadow: 1px 1px 1px #301D45;
}
#copyrightLink:hover {
  color: #e2d1ff;
}
.CenterAlign {
  width: 100%;
  text-align: center;
}
.LeftAlign {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.bigtext {
  width: 100%;
  text-align: center;
  font-size: 50px;
}
.smallertext {
  font-size: 22px;
}
.tinytext {
  font-size: 14px;
}
