.mainbg {
	background-attachment: fixed;
	background-image: url(images/main_pg_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.btmbg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-attachment: fixed;
	background-image: url(images/btm_bar_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
