.tile01 {
	background-attachment: scroll;
	background-image: url(images/tile01.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #E0E6C1;
}
.tile02 {

	background-attachment: scroll;
	background-image: url(images/tile02.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #E0E6C1;
}
.tile03 {

	background-attachment: scroll;
	background-image: url(images/tile03.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #ECA058;
}
