body  { 
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 0;  /*Will correctly center page on all browsers */
  width: 100%;
  background-color: #000000;
  z-index: 0;
}

#backgroundcontainer  {
  width: 1373px; /*Width of main container*/
  height: 801px;
  margin: 0 auto; /*Center container on page*/
  text-align: center;
  background-image: url("/images/bg.jpg");
  background-repeat: no-repeat;
  background-position: 0 0px;
}

#backgroundcontainer.small  {
  width: 1000px;
  height: 801px;
  margin: 0 auto; /*Center container on page*/
  text-align: center;
  background-image: url("/images/bg.jpg");
  background-repeat: no-repeat;
  background-position: -186px 0px;
}

#maincontainer  {
  width: 712px; /*Width of main container*/
  margin: 0 auto; /*Center container on page*/
  text-align: left;
  margin-top: 0;
}

#header  {
  /*
  margin-top: 10px;
  height: 80px;
  background-image: url("../images/ka_logo.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  */
}

#headertube  {
  /*
  padding-top: 15px;
  */
}

#topmenu  {

}

#topmenutube  {
  /*
  padding: .5em 10px;
  margin-bottom: 1em;
  */
}

#bottommenu {
  clear: both;
}

#bottommenutube  {
  /*
  padding: 1em 10px 0.5em 10px;
  text-align: right;
  */
}

table.bottommenuTable  {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

table.bottommenuTable td  {
  padding: 0;
  text-align: center;
}

img.bottommenu  {
  border: 0;
}

#footer  {
  /* border-top: 1px solid #7b797b; */
  margin-top: 140px;
  margin-left: -40px;
}

#footertube  {
  color: #bfb8b9;
  font-family: verdana, arial, serif;
  font-size: 7pt;
}

#singlecolumnwrapper  {
  clear: both;
}

#singlecolumnwrappertube{
  padding-top: 96px;
}

/* Ticket Section */

#ticketsection  {
  display: block;
  position: absolute;
  margin-left: 300px;
  margin-top: -60px;
  z-index: 50;
}

form  {
  padding: 0;
  margin: 0;
}

table.ticket  {
  border-collapse;
  padding: 0;
  margin: 0;
}

table.ticket  td  {
  padding: 0;
  margin: 0;
}

input.ticket  {
  font-size: 9pt;
  border: 0;
  width: 150px;
  padding: 1px;
  padding-left: 5px;
  vertical-align: middle;
  color: #040404;
}

#ticket  {
  position: absolute;
  margin-left: 300px;
  margin-top: -55px;
  z-index: 50;
}

#email  {
  position: absolute;
  margin-left: 300px;
  margin-top: -29px;
  z-index: 51;
}

#enter  {
  position: absolute;
  margin-left: 463px;
  margin-top: -71px;
  display: block;
  z-index: 52;
  border: 0;
}

/* Asset Section  */

#assetsection  {
  display: block;
  width: 365px;
  margin-top: 135px;
  margin-left: 29px;
  position: absolute;
  z-index: 75;
  color: #000000;
  font-family: verdana, arial, serif;
  font-size: 9pt;
  line-height: 1.4em;
  letter-spacing: -0.5px;
  padding-top: 1em;
}

#assetsection a  {
  color: #a51410;
  text-decoration: none;
}

#assetsection a:link, #assetsection a:visited  {
  color: #a51410;
  text-decoration: none;
}

#assetsection a:hover  {
  color: #a51410;
  text-decoration: underline;
}

/* Contact Us Link */

a.contact  {
  color: #bfb8b9;
  text-decoration: none;
}

a.contact:hover  {
  text-decoration: underline;
}