@charset "UTF-8";
.body_bg {
	background-attachment: fixed;
	background-image: url(../img/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.table_bg {
	background-image: url(../img/text_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.main_copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 28px;
	color: #24465e;
}
