.pagebg {
	background-color: #990000;
}
.toprowbg {
	background-attachment: scroll;
	background-image: url(toprowbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.tablebg {
	background-attachment: scroll;
	background-image: url(bg.jpg);
	background-repeat: repeat;
	background-position: center center;
}
.tableborder {
	border: medium solid #000000;
}
.btmrow {
	background-attachment: scroll;
	background-image: url(btmrowbg.jpg);
	background-repeat: no-repeat;
	background-position: 20px bottom;
}
