body {
  text-align: center;
  background: #ffc400;
}

#container {
  position:relative;
  width:940px;
  margin:20px auto 0;
  text-align:left;
}

#header {
  position:relative;
  height:267px;
  background:url('/img/bkg-header.png') no-repeat;
}
#header h2 {
  position:absolute;
  top:210px;
  left:210px;
}

h2 {
  text-transform:uppercase;
  font-weight:bold;
  font-size:2.4em;
}

#content {
  float:left;
  width:100%;
  min-height:470px;
  padding:0 0 40px;
  background:url('/img/bkg-content.png') repeat-y;
}
#content-inner {
  width:655px;
  margin-left:210px;
}

#footer {
  clear:both;
  text-align:center;
  height:187px;
  background:url('/img/bkg-footer.png') no-repeat;
}
#footer li {
  display:inline;
  padding:0 10px;
  text-transform:uppercase;
  font-weight:bold;
}
#footer li a {
  text-decoration:none;
}


/* Homepage */

.home {
  background: #000 url("/img/bkg-body.png");
}

.home #container {
  position:relative;
  width:760px;
  height:945px;
  margin:25px auto 0;
  text-align:left;
  background:url("/img/bkg-home.png");
}

.home h1,
.home #content {
  display:none;
}

.home #links a {
  position:absolute; 
  display:block;
  text-indent:-9999px;
  background: url('../img/btn-home.png') no-repeat 0 0;
}

.home #links .buy-tickets {
  top: 500px;
  left: 0;
  width: 156px;
  height: 119px;
}
.home #links .buy-tickets:hover {
  background-position: 0 -119px;
}


.home #links .sign-up {
  top: 510px;
  right: 20px;
  width: 136px;
  height: 119px;
  background-position: -292px 0;
}
.home #links .sign-up:hover {
  background-position: -292px -119px;
}


.home #links .info {
  top: 700px;
  left: 300px;
  width: 136px;
  height: 119px;
  background-position: -156px 0;
}
.home #links .info:hover {
  background-position: -156px -119px;
}


/* Navigation */
#navigation {
  position:absolute;
  z-index:1;
  top:210px;
  left:65px;
  width:95px;
  list-style:none;
}
#navigation ul,
#navigation li {
  padding:0;
  margin:0;
  list-style:none;
}
#navigation a {
  display:block;
  text-indent:-9999px;
  width:95px;
  height:55px;
  background: url('/img/bkg-navigation.png') no-repeat 0 0;
}

#navigation .info a {
  background-position:0 0;
}
#navigation .info a:hover,
#navigation .info a.active {
  background-position:-95px 0;
}

#navigation .buy-tickets a {
  background-position:0 -55px;
}
#navigation .buy-tickets a:hover,
#navigation .buy-tickets a.active {
  background-position:-95px -55px;
}

#navigation .line-up a {
  background-position:0 -110px;
}
#navigation .line-up a:hover,
#navigation .line-up a.active {
  background-position:-95px -110px;
}

#navigation .getting-there a {
  background-position:0 -165px;
}
#navigation .getting-there a:hover,
#navigation .getting-there a.active {
  background-position:-95px -165px;
}

#navigation .archives a {
  background-position:0 -220px;
}
#navigation .archives a:hover,
#navigation .archives a.active {
  background-position:-95px -220px;
}

#navigation .sign-up a {
  background-position:0 -275px;
}
#navigation .sign-up a:hover,
#navigation .sign-up a.active {
  background-position:-95px -275px;
}

#navigation .contact a {
  background-position:0 -330px;
}
#navigation .contact a:hover,
#navigation .contact a.active {
  background-position:-95px -330px;
}

#navigation .links a {
  background-position:0 -385px;
}
#navigation .links a:hover,
#navigation .links a.active {
  background-position:-95px -385px;
}

#navigation .map a {
  background-position:0 -440px;
}
#navigation .map a:hover,
#navigation .map a.active {
  background-position:-95px -440px;
}

#navigation .faq a {
  background-position:0 -495px;
}
#navigation .faq a:hover,
#navigation .faq a.active {
  background-position:-95px -495px;
}


/* Content */

#content li {
  margin:0 0 5px;
}

.links #content ul {
  margin:0 0 20px;
}
.links #content li {
  list-style:none;
}


/* Archives */

#images {
  list-style:none;
  margin:30px 0 0;
}
#images li {
  float:left;
  padding:0;
  margin:4px;
}
#images li a {
  display:block;
  border:solid 2px #fff; 
}
#images li a:hover {
  border:solid 2px #ffc400; 
}


code {
  display:block;
  background:#fff;
  text-align:left;
  margin:10px;
  padding:10px;
}


/* Homepage Sold Out 
.enter-large {
  display:block;
  width:100%;
  height:100%;
}
.enter-large span {
  display:none;
}
*/


