#information_container {
  position: absolute;
  top: 240px;
  width: 450px;
  overflow: hidden;
  z-index: 200;
}
#information {
  position: absolute;
  top: 0;
  right: 0;
  width: 450px;
  background: #26a9e0 url(../images/decorations/application/information_top.png) no-repeat top right;
  float: left;
}
#information > .helper {
  padding: 20px 0;
  width: 100%;
  background: url(../images/decorations/application/information_bottom.png) no-repeat bottom right;
}
#information ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#information li a {
  display: block;
  padding: 5px 15px;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}
#information li a:hover {
  background-color: #2abfff;
}