*{
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-text-size-adjust: 100%;
}
body {
  background: url("../img/main3-08.png") repeat-x #da3743;
  color: #da3743;
}

#wrapper {
  width: 100%;
  text-align: center;
  /*
  position: relative;
  z-index: -2;
  */
}
#container {
  width: 960px;
  margin: 0 auto;
}

#side_left {
  position: fixed;
  top: 0;
  background: url("../img/main3-02.png");
  background-position: top left;
  z-index: -100;
}
#side_right {
  position: fixed;
  top: -9600px;
  background: url("../img/main3-03.png");
  background-position: top right;
  z-index: -101;
}
#side_left, #side_right {
  width: 960px;
  height: 20000px;
  background-repeat: repeat-y;
}
#main_photo {
  position: fixed;
  top: 0;
  z-index: -99;
}
#bubble_pink {
  position: fixed;
  top: 1000px;
  z-index: -98;
}
#bubble_red {
  position: fixed;
  top: 1500px;
  z-index: -97;
}
.main {
  margin: -5px 0;
}

.corich_ticket {
  width: 760px;
  margin: -10px 0 -10px 100px;
  padding: 100px 0;
  font-size: 160%;
  float: left;
  background: #f6c6d6;
  text-align: left;
}
.corich_ticket p{
  font-weight: bold;
}
.corich_ticket table {
  border-collapse: collapse;
  background: white;
  color: black;
}
.corich_ticket table a{
  text-decoration: none;
}
.corich_ticket td, .corich_ticket th {
  text-align: center;
  border: 1px solid #C5B0D5;
}
.stained{
  background: #E7DEEF;
}
.corich_ticket td {
  width: 2.5em;
}
.corich_ticket th {
  padding: 0.2em 1em;
}


#bottomButton {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: fixed;
  bottom: -130px;
  right: 10px;
  float: none;
}
