.color {
	background-attachment: fixed;
	background-image: url(color.png);
	background-repeat: repeat-y;
	background-position: right;
}
.color {
	background-attachment: fixed;
	background-image: url(color.png);
	background-repeat: repeat-y;
	background-position: left;
}

