.Background {
	background-attachment: fixed;
	background-image: url(graphics/horizontal_segment.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.background_top_xnorepeat {
	background-image: url(graphics/horizontal_segment.png);
	background-repeat: repeat-x;
	background-position: top;
}
