@charset "utf-8";
.Container {
	color: #000000;
	padding: 1%;
	height: auto;
	width: 920px;
	background-image: url(../images/background2.jpg);
	background-repeat: repeat;
	border: medium ridge #000000;
	margin: 1%;
}
#Header {
	height: auto;
	width: 100%;
	margin: 0%;
	padding: 0%;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding: 0px;
	float: none;
	width: 97%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: auto;
	margin-right: 2%;
	margin-bottom: 2%;
	margin-left: 2%;
}
#footer {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	color: #000000;
	padding: 0px;
	clear: both;
	width: 99%;
	margin: 0px;
	float: none;
	height: auto;
	border: thin solid #000000;
	font-weight: bolder;
	padding-bottom: inherit;
	position: relative;
	bottom: auto;
}
