/* @override http://the_needs.local/stylesheets/home.css?1228656259 */

a#subscribe_button {
  display: block;
  width: 880px;
  height: 80px;
  background: url(../images/decorations/application/subscribe.png) no-repeat center center;
  text-indent: -9999px;
}
a#subscribe_button:hover {
  background-image: url(../images/decorations/application/subscribe_hover.png);
}

.block_area {
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 20px;
  width: 390px;
  background: url(../images/decorations/application/gradient.png) no-repeat center top;
  float: right;
}
.block_area h2 {
  margin-top: 0;
}
.left { float: left; }
.right { float: right; }

.block_area ul, #information ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.block_area li {
  
}
.block_area li a {
  display: block;
  padding: 5px;
  background-color: #eee;
  color: #333;
  text-decoration: none;
}
.block_area li a:hover {
  background-color: #ddd;
}

#information {
  position: relative;
  left: -30px;
  margin-top: 30px;
  margin-bottom: 20px;
  width: 450px;
  background: #26a9e0 url(../images/decorations/application/information_top.png) no-repeat top right;
  float: left;
}
#information > .helper {
  padding: 20px 0;
  background: url(../images/decorations/application/information_bottom.png) no-repeat bottom right;
}
#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;
}