body {
	margin: 0px;
	background-color: #848548;
}
.centertable {
	height: 100%;
	width: 100%;
	text-align: center;
}
#wrapper {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	border: 1px solid #f0f0d1;
}
#wrapper #header {
	background-color: #602912;
	height: 80px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f0f0d1;
}
#wrapper #signature {
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f0f0d1;
	padding-right: 22px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#wrapper #content {
	padding: 10px;
	text-align: center;
}
#wrapper #footer {
	background-color: #602912;
	height: 20px;
}

