body {
	background-color: #1D524A;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.copyright {
	position: absolute;
	top: 2px;
	right: 2px;
	color: #FFFFFF;
	text-decoration: none;
	z-index: 3;
	font-size: 9px;
}
.titleimage {
	position: absolute;
	height: 30px;
	width: 100%;
	top: 99px;
	left: 0px;
	background-color: #D0C090;
}
.logo {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 5px;
	height: 90px;
	width: 100%;
	background-position: center;
}
.content {
	width: 800px;
	top: 140px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
td {
	font-size: 12px;
}
