html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: white;
  font: 8pt verdana,arial,helvetica,sans-serif;
}
dl {
  margin: 0;
}
dt {
  margin-top: 0px;
  margin-left: 10px;
  margin-bottom: 2px;
}
dd {
  margin-left: 10px;
}
h1,h2,h3,h4 {
  font-variant: small-caps;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
#name {
  position: absolute;
  left: 15%;
  top: 5%;
  white-space: nowrap;
  letter-spacing: 0.4em;
}
#subtitle {
  position: absolute;
  left: 15%;
  top: 14%;
  white-space: nowrap;
  letter-spacing: 0.2em;
}
h3,h4 {
  border-bottom: solid #cccccc 1px;
  margin-bottom: 6px;
  font-size: 12pt;
}
h4 {
  font-size: 10pt;
  width: 85%;
margin-top: 8px
}

#page-left {
  position: absolute;
  z-index: 2;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
#page-right {
  position: absolute;
  z-index: 3;
  width: 50%;
  top: 4%;
  bottom: 0;
  left: 50%;
  overflow: hidden;
}

#logodiv {
  position: absolute;
  width: 50%;
  left: 25%;
  height: 25%;
  top: 3%;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#content {
  width: 70%;
  height: 60%;
  left: 15%;
  position: absolute;
  bottom: 6%;
  line-height: 180%;
}
#schedule {
  overflow: auto;
  height: 20%;
  width: 100%;
  position: relative;
  margin-bottom: 16px;
}

#collection {
  overflow: hidden;
  height: 13%;
  width: 100%;
  position: relative;
  margin-bottom: 16px;
}

#performances {
  overflow: auto;
  width: 100%;
  height: 20%;
  position: relative;
  margin-bottom: 16px;
}

a {
  color: #666666;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img.preload {
  position: absolute;
  z-index: 1;
  visibility: hidden;
}

#black {
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.88;
  filter: alpha(opacity=88);
}

iframe {
  position: absolute;
  z-index: 5;
  border: solid white 2px;
  background-color: black;
}

#closer, #resizer span.inactive {
  cursor: pointer;
  cursor: hand;
}

#resizer, #closer {
  z-index: 5;
  position: absolute;
  color: white;
  text-align: right;
  white-space: nobreak;
}

#resizer span.active {
  cursor: default;
  font-weight: bold;
}

#resizer span {
  margin-left: 6px; 
}


