.container {
	margin: auto;
	height: auto;
	width: 800px;
	position: relative;
	top: 0px;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #363636;
}
body {
	background-color: #FFF;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
}
a:link {
	color: #cc0000;
}
a:hover {
	color: #FFF;
}
a:visited {
	color: #cc0000;
}
a:active {
	color: #cc0000;
}
.header {
	margin: auto;
	height: 100px;
	width: 800px;
	position: relative;
	top: 0px;
	background-image: url(images/title.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.content {
	position: relative;
	width: 800px;
	margin-top: 75px;
}
.text {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 100px;
}
.footer {
	position: relative;
	height: 110px;
	width: 800px;
	top: 10px;
	margin: auto;
	background-image: url(images/chest.gif);
	background-repeat: no-repeat;
	background-position: 190px 10px;
	text-align: center;
	font-weight: bold;
}
.footerText {
	position: absolute;
	margin-left: 330px;
	margin-top: 17px;
	font-weight: bold;
	text-align: left;
}

.diver {
	position: absolute;
	height: 129px;
	width: 150px;
	top: 170px;
	left: 50%;
	background-color: transparent;
	background-image: url(images/diver.gif);
	background-repeat: no-repeat;
	background-position: top center;
	margin-left: 200px;
	z-index: 0;
}

