body {
	padding: 0px;    /*the path to your image*/
	background-repeat: repeat-y;
	background-position: center 75px;
	background-color: #676c80;
	display: table;
	font-family: garamond;
	font-size: 100%;
	height: 100%;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*this gives the soft grey border to the top table*/
.borderTable {
	width: 700px;
	padding: 0px;
	padding: 10px;
	color: 333333;
	margin-top: 0px;
	background-repeat: repeat-y;
	background-position: 75px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	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;
	text-align: center;
	left: auto;
	right: auto;
