html, body {
	background-color: #B29885;
	background-image: url(images/Background1.jpg);
	height: 100%;
	margin: 0;
	padding: 0;
}
.MainTable {
	height: 100%;
	width: 700px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF8EE;
}
.MainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.CopyTable {
	position: relative;
	bottom: 40px;
	left: 0px;
	margin-top:-10px;
}
