.back {
	background-image: url(images/backimage.jpg);
	background-repeat: repeat;
	background-position: center center;
	background-color: #3B6F94;
}
.topback {
	background-repeat: repeat-x;
	background-position: left top;
}
.bottomback {
	background-image: url(images/bottomback.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #0A4168;
}
.tabletop {
	background-image: url(images/images/Untitled-1_02.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.tabletopleft {
	background-image: url(images/images/Untitled-1_01.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.tabletopright {
	background-image: url(images/images/Untitled-1_03.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.tablebottomleft {
	background-image: url(images/images/Untitled-1_07.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.tableleftside {
	background-image: url(images/images/Untitled-1_04.png);
	background-repeat: repeat-y;
	background-position: right top;
}
.tablerightside {
	background-image: url(images/images/Untitled-1_06.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.tablebottomright {
	background-image: url(images/images/Untitled-1_09.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.tablebottom {
	background-image: url(images/images/Untitled-1_08.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.lightertext {
	color: #7AA3C0;
}
