.tileindexbottom {
	background-attachment: fixed;
	background-image:  url(../images/first/HOMEPAGEtile.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.secondtile {
	background-attachment: fixed;
	background-image: url(../images/2nd_pagetile.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.tileindexright {

	background-attachment: fixed;
	background-image:  url(../images/first/HOMEPAGEright.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.tilesecondright {


	background-attachment: fixed;
	background-image:  url(../images/second/2ndPAGEtileright.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.tilesecondbottom {

	background-attachment: fixed;
	background-image:  url(../images/second/2ndPAGEtile.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.border {
	border: 2px solid #990000;
}
