.ny_block {
  height: 484px;
  background: url(../_img/ny2013/ny-bg.png) no-repeat;
  margin-top: 65px;
}

.ny_block .content {
  position: relative;
  padding: 57px 0 13px;
  text-align: center;
  color: #fff;
}

.ny_block .content .with-line {
  display: block;
  background: url(../_img/ny2013/line.png) 50% 50% no-repeat;
  font-size: 24px;
}

.ny_block .content .big {
  /*font-size: 80px;
  background: url(../_img/official/promo_bottom_line.png) 50% 100% no-repeat;
  */
  margin-top:25px;
  text-indent: -9999px;
  background: url(../_img/ny2013/ny-text.png) 50% 0 no-repeat,
              url(../_img/official/promo_bottom_line.png) 50% 100% no-repeat;
  padding-bottom: 15px;
  height: 166px;
}
.ny_block .content .very-big {
  /*font-size: 120px;*/
  display: none;
}

.ny-button {
  display: block;
  margin: 40px auto;
  text-indent: -999px;
  overflow: hidden;
  width: 338px;
  height: 86px;
  background: url(../_img/official/ny_button.png) 0 0 no-repeat;
}
.ny-button:hover {
  background-position-y: -86px;
}
.ny-button:active {
  background-position-y: -172px;
}
