body {
  font-family: "Myriad Pro", "Arial", sans-serif;
  font-size: 1em;
  color: #000000;
  margin: 0em 0em 0em 0em;
  text-align: center;
  background-color: #EBE7C9;
  height: 100%;
}

html {
  height: 100%;
}

h1 {
  font-family: "Trajan Pro", "Times", sans-serif;
  font-size: 13px;
  color: #322F16;
  text-transform: uppercase;
  margin: 0px 0px 0px 0px;
  text-align: left;
  position: absolute;
  padding-top: 3em;
  padding-left: 4em;
}

img {
  border: 0px;
}

.hide {
  position: absolute;
  left: -9999px;
  overflow: hidden;
  width: 0;
  height: 0;
}

#main {
  margin: 0 auto;
  text-align: center;
  background-repeat: repeat;
  width: 100%;
  height: 80%;
}

#maincontent {
  margin: 0 auto;
  width: 680px;
  height: 60%;
  text-align: center;
  clear: both;
}

#tickets {
  width: 680px;
  height: 120px;
}

#contenttop {
  background-image: url(../images/splash/splashtext_backgroun.jpg);
  height: 100%;
  background-repeat: no-repeat;
  text-align: left;
}

#content {
  font-family: "Verdana", "Arial", "Helvetica", sans-serif;
  font-size: .7em;
  line-height: 1.4em;
  color: #322F16;
  display: block;
  margin: 0px 0px 0px 0px;
  padding-top: 1em;
  padding-left: 22em;
  padding-right: 3em;
  position: relative;
}

.floatleft {
  float: left;
}

.floatleftend {
  float: left;
}

.floatright {
  float: right;
}

.splashgraphic {
  margin: 0px 0px 0px 0px;
  clear: both;
}