.table_bg {
	background-attachment: scroll;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.home_bg {
	background-attachment: scroll;
	background-image: url(images/homebg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #F3F8FC;
}

