body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	text-align: center;
}
div#main {
	text-align: left;
	padding: 15px;
	background-repeat: no-repeat;
	margin: 0px auto;
	height: 768px;
	width: 700px;
	background-image: url(images/HomepageGraphic2.jpg);
}
div#homepage_content {
	color: #b2bdb7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	right: 0px;
	bottom: 0px;
	margin: 10;
	width: auto;
	height: auto;
	vertical-align: bottom;
	font-size: 14px;
}
div#homepage_footer {
	text-align: center;
	color: #CCCCCC;
}
.page {
	background-attachment: scroll;
	background-image: url(images/gradientback.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #9D9370;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #9CB7C2;
}
