.sides,
.easter {
	position: relative;
}
.top-easter {
	background: url(img/easter.png) no-repeat left 6px,
				url(img/easter.png) no-repeat 50% -39px,
				url(img/easter.png) no-repeat right -77px;
	display: block;
	height: 39px;
	position: absolute;
	bottom: -175px;
	width: 100%;

}
.sides:before {
	background: url(img/easter.png) no-repeat 40% -48px;
	content: "";
	display: block;
	left: 22px;
	height: 22px;
	width: 151px;
	position: absolute;
	z-index: 100;
}
.sides:before {
	top: -14px;
}
