@import url("links.css");
.back {
	background-attachment: fixed;
	background-image: url(../images/first/tiling.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.index {
	background-attachment: fixed;
	background-image: url(../images/first/homepageback.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.back2 {
	background-attachment: fixed;
	background-image: url(../images/first/tile2.gif);
	background-repeat: repeat-y;
}
.faceback {
	background-attachment: fixed;
	background-image: url(../images/second/images/2ndpage_09.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.backlinkstile {
	background-attachment: fixed;
	background-image: url(../images/second/images/backlinkstile.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
a.pagelink {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
}

