@charset "UTF-8";
#holder {
	width: 866px;
	background-image: url(images/ribbon.png);
	background-repeat: repeat-y;
	background-position: 108px top;
	z-index: 2;
	position: relative;
}
#holder1 {
	float: none;
	height: 1500px;
	width: 866px;
	position: fixed;
	visibility: inherit;
	z-index: 0;
	background-image: url(images/ribbon.png);
	background-repeat: repeat-y;
	background-position: 108px top;
}

