.border {
	border: 1px solid #000000;
}
.body {
	background-image: url(images/body.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: scroll;
}
.table {
	background-image: url(images/table.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	background-attachment: scroll;
}
.tablebackground {
	background-attachment: scroll;
	background-image: url(images/tablebackground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
}
.footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: scroll;
}
.lpic {
	padding: 0px;
	clear: both;
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
}
