.Header {
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 75px;
	width: 900px;
	top: 0px;
}
.MainContainer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}
.Nav {
	height: 30px;
	width: 900px;
	position: absolute;
	top: 75px;
	text-align: center;
	vertical-align: middle;
}
.FooterContainer {
	background-image: url(../img/ftbg.jpg);
	position: fixed;
	height: 22px;
	width: 100%;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: repeat-x;
	z-index: 999;
}
