@charset "utf-8";
#main-container {
	width: 800px;
	margin-left: -400px;
	position: relative;
	z-index: 50;
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 0px;
	top: 0%;
	left: 50%;
}
#repeater-container {
	background-image: url(images/repeater.jpg);
	background-repeat: repeat-y;
	position: relative;
	z-index: 5;
	width: 900px;
	left: -50px;
	top: 202px;
}

#mid-page-container {
	position: relative;
	z-index: 10;
	width: 900px;
	left: 0px;
	top: 0px;
	background-image: url(images/mid-page.jpg);
	background-repeat: no-repeat;
}

#header-container {
	position: absolute;
	z-index: 100;
	height: 200px;
	width: 900px;
	left: -50px;
	background-image: url(images/header.jpg);
	top: 0px;
	margin: 0px;
	padding: 0px;
}

.MainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
#footer-container {
	position: absolute;
	z-index: 50;
	height: 80px;
	width: 900px;
	bottom: -80px;
}
#nav-container {
	position: absolute;
	z-index: 200;
	height: 34px;
	width: 900px;
	left: 4px;
	top: 167px;
	visibility: visible;
}
