/* $img: "../img/"; */
.newyear:before {
  display: block;
  position: absolute;
  content: "";
  height: 20px;
  left: 0;
  right: 0;
  top: 0;
  background: url(../img/light.png) repeat-x;
}