@charset "UTF-8";
#container {
	background-color: #000000;
	text-align: center;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	height: 585px;
	color: #999999;
	padding-top: 5px;
}
body {
	text-align: center;
	background-color: #000000;
	height: 600px;
	background-position: center;
}
#welcome {
	text-align: center;
	height: 16px;
	width: 1000px;
	margin-top: 105px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
}
#indexnav {
	position: absolute;
	width: auto;
	top: 270px;
	right: auto;
	bottom: auto;
	left: 188px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	height: 11px;
	width: 100%;
	position: absolute;
	bottom: 2px;
	margin-bottom: 0px;
	margin-top: auto;
}
#regularNav {
	text-align: center;
	position: absolute;
	height: auto;
	width: 100%;
	top: 155px;
}
#text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: justify;
	position: absolute;
	height: auto;
	width: 550px;
	top: 250px;
	left: 227px;
}
/* Hide dotted image outline from Firefox and Netscape */ a {
outline: none; }
