html, body {
  background-color: rgb(255, 255, 255);
  margin: 0;
  padding: 0;
  height: 100%;
}

img {
  border: 0;
}

#intro {
  position: absolute;
  top: 20%;
  right: 2px;
  background-image: url('../images/intro/bg.jpg');
  background-repeat: no-repeat;
  width: 840px;
  height: 410px;
  text-align: right;
}

#hdb {
  margin-right: 120px;
  margin-bottom: 20px;
}


.hidden {
  display: none;
}

