body {
	background-position: center center;
	background-attachment: fixed;
	background-image: url(shared/backgrnd2.jpg);
	background-repeat: no-repeat;
	background-color: #465141;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
.table1 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -270px;
	margin-left: -500px;
	width: 1000px;
	height: 540px;
	padding: 0px;
	background-color: #2e362b;
	background-position: center center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: auto;
}

