html {
	height: 100%;
	width: 100%;
}
body {
	background-image: url('images/bg.gif');
	background-repeat: repeat-x;
	background-color: #6D0505;
	height: 100%;
	width: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;
}
.maintable {
	background-color: #600000;
	height: 100%;
	vertical-align: top;
	text-align: center;
}
.maintable2 {
	background-color: #A50000;
	width: 1px;
}
.maintabletop {
	background-color: #A50000;
	height: 130;
	width: 780px;
	text-align: center;
}