.PageTopRight {
	background-attachment: scroll;
	background-image: url(../images/Page_Top_Right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.PageTopLeft {
	background-attachment: scroll;
	background-image: url(../images/Page_Top_Left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.PageBottomRight {
	background-attachment: scroll;
	background-image: url(../images/Page_Bottom_Right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
