* {
  padding: 0; margin: 0;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
address {
  font-style: normal;
}
body {
  font: 11px/15px Verdana, Arial, helvetica, sans-serif;
  color: #000;
  background: #fff url("../images/bg-intro-flash.png") repeat-x 0 52px;
  text-align: center;
}
div.building {
  float: left;
  width: 215px;
  margin-left: 50px;
  padding-top: 20px;
  text-align: center;
}
div.building address {
  font-size: 10px;
  line-height: 14px;
}
div.first {
  margin-left: 100px;
}
h1 span {
  position: absolute;
  text-indent: -9999px;
}
h2 {
  font-size: 11px;
}
img {
  border: 0;
}
p {
  margin: 17px 0 0;
}
p.lang {
  font-weight: bold;
  padding: 4px 0 6px;
}
#content {
  width: 490px;
  margin-left: 100px;
}
#page {
  position: relative;
  width: 900px;
  margin: 0 auto;
  text-align: left;
}
#page * {
  color: #fff;
  background: transparent;
  text-shadow: 0 0 0 #00a0c6;
}
#page h1 {
  position: absolute;
  top: -13px;
  left: 365px;
  width: 175px;
  height: 58px;
  background: url(../images/logo-intro.png) no-repeat;
}
#page #flash {
  height: 65px;
}
#sidebar {
  position: absolute;
  top: 54px;
  left: 630px;
}
.clear {
  clear: left;
  height: 56px;
}
.hidden {
  display: none;
}