#bottom_fade {
	width: 100%;
	height: 50px;
	z-index: 99;
	position: fixed;
	bottom: 0px;
	background: url("../../_img/lyt/bottom_fade.png") bottom center repeat-x;
}

#top_fade {
	width: 100%;
	height: 50px;
	z-index: 99;
	position: fixed;
	top: 0px;
	background: url("../../_img/lyt/top_fade.png") top center repeat-x;
}