.body {
	background-image: url(images/body.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.table {
	background-image: url(images/table.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.tablebackground {
	background-image: url(images/tablebackground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
