@charset "UTF-8";
/* CSS Document */

#Container {
	background-color: #CCC;
	width: auto;
	height: 900px;
}
#InnerContainer {
	height: auto;
	width: auto;
	vertical-align: middle;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#Header {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #567a51;
	padding: 10px;
	width: auto;
	color: #FFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 10px;
}
#Body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFF;
	padding: 10px;
	width: auto;
	font-size: large;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 10px;
}
#Footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	background-color: #567a51;
	padding: 10px;
	width: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 10px;
}
</style>
