#wrapper {
  width: 960px;
  margin: 0 auto;
  padding: 0;
  text-height: 10px;
}

#headImage {
  z-index: 500;
  position: fixed;
  width: 960px;
}
#headImage img {
  margin-left: -100px;
  vertical-align: bottom;
}

#headImage_dummy {
  position: relative;
  height: 200px;
  width: 100%;
}

#header {
  position: relative;
  z-index: 999;
  margin-top: 30px;
  margin-bottom: 40px;
}
#header #history {
  width: 300px;
  float: left;
  position: absolute;
  height: 400px;
  display: none;
}
#header #sosial {
  position: relative;
  float: right;
  width: 230px;
  margin-right: 80px;
  margin-bottom: 15px;
}
#header #sosial #twitter {
  float: right;
}
#header #sosial #facebook {
  float: right;
}
#header #title {
  position: relative;
  padding: 0;
  margin: 0 auto;
  width: 500px;
  height: 154px;
}
#header #text {
  width: 790px;
  padding: 0;
  margin: 10px auto 0;
  font-size: 12px;
  line-height: 1.8em;
}
#header #text p {
  margin-bottom: 20px;
  font-size: 12px;
}

#more_info {
  position: relative;
  z-index: 999;
  width: 960px;
  height: 20px;
}
#more_info p {
  margin: 0 auto;
  width: 150px;
  height: 20px;
  overflow: hidden;
}
#more_info p a {
  display: block;
}
#more_info p a img {
  margin-top: -20px;
}
#more_info p a:hover img {
  margin-top: 0px;
}

#content {
  position: relative;
  z-index: 500;
  opacity: 0;
}

#menu_dummy {
  position: relative;
  width: 960px;
  height: 1px;
  margin: 0;
}

#menu {
  position: relative;
  z-index: 999;
  height: 50px;
  width: 100%;
  left: 0;
  margin-bottom: 40px;
  background-color: #fff;
  opacity: 0;
}
#menu #border {
  border-bottom: 1px solid #dddddd;
  width: 960px;
  height: 1px;
  margin: 0 auto;
}
#menu ul {
  height: 49px;
  width: 740px;
  padding: 0;
  margin: 0 auto;
}
#menu ul li {
  font-weight: bold;
  float: left;
  width: 125px;
  height: 15px;
  overflow: hidden;
  margin: 18px 0 0 60px;
  text-align: center;
  list-style: none;
}
#menu ul li a img {
  display: block;
  margin-top: -15px;
}
#menu ul li a:hover img {
  margin-top: 0px;
}

#info {
  margin: 0;
}
#info #info_list {
  padding: 0 15px 15px 15px;
  margin: 0;
  float: left;
  width: 450px;
}
#info #info_list ul li {
  margin-top: 15px;
}
#info #info_list ul li p {
  margin-left: 14px;
  margin-bottom: 3px;
}
#info #info_img {
  padding: 25px 15px 15px 15px;
  margin: 0;
  width: 440px;
  height: 630px;
  float: right;
}
#info #info_img img {
  margin-top: 25px;
}

#artists #artists_list {
  padding: 15px;
}
#artists #artists_list ul {
  margin: 5px 0 15px 0;
}
#artists #artists_list ul li {
  float: left;
  width: 155px;
  padding: 0;
  list-style: none;
}
#artists #artists_list ul li a {
  display: block;
  target: _blank;
}
#artists #artists_list ul li a img {
  opacity: 0;
  /*  for IE  */
  -ms-filter: "alpha( opacity=0 )";
  filter: alpha(opacity=0);
  /* /for IE  */
  margin-left: 15px;
}
#artists #artists_list ul li a:hover img {
  opacity: 1;
  /* for IE */
  -ms-filter: "alpha( opacity=100 )";
  filter: alpha(opacity=100);
  /* /for IE  */
  margin-top: 2px;
  margin-left: 15px;
}

#access #map {
  margin: 0;
  padding: 15px;
  width: 450px;
  float: left;
}
#access #map p {
  margin-bottom: 10px;
}
#access #map img {
  vertical-align: top;
}
#access #trans {
  margin: 0;
  padding: 15px;
  width: 450px;
  float: right;
}
#access #trans p {
  margin-bottom: 10px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}
#access #trans ul {
  margin-left: 60px;
}
#access #trans ul p {
  border-bottom: none;
  font-weight: normal;
}
#access #trans li {
  background: url(../img/btn01-trans.png) 0 3px no-repeat;
  padding-left: 20px;
  margin-top: 5px;
}

#contact #contact_list {
  padding: 15px;
}
#contact #contact_list ul li {
  margin-bottom: 10px;
}
#contact #contact_list ul li p {
  color: #999;
  margin-top: -3px;
}
#contact #contact_list ul li img {
  position: absolute;
  margin-left: 10px;
  margin-top: 3px;
}

#footerImage_dummy {
  height: 500px;
  width: 100%;
}

#footerImage {
  position: fixed;
  z-index: 500;
  margin: 0;
  padding: 0;
}
#footerImage img {
  margin-top: -100px;
}

#footer {
  z-index: 999;
  height: 50px;
  width: 100%;
  left: 0;
  border-top: 1px solid #dddddd;
  font-size: 8px;
  background-color: #FFF;
  color: #666;
}
#footer p {
  margin-top: 18px;
  margin-right: 10px;
  float: right;
}

#dotlayers {
  position: fixed;
  z-index: 1;
  width: 960px;
  opacity: 0;
}

.dotlayer {
  position: absolute;
  overflow: hidden;
  width: 250px;
  height: 250px;
}
.dotlayer img {
  position: relative;
}

.section {
  padding: 0;
  margin: 20px 0 10px 0;
  border-bottom: 4px solid #dddddd;
}
.section img {
  vertical-align: top;
}

.center {
  text-align: center;
}

.left {
  float: left;
  text-align: left;
}

.right {
  float: right;
  text-align: right;
}
