@charset "utf-8";
/* CSS Document */

* {
	padding:0px;
	margin:0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
body {
	text-align: center;
	background-color: #000;
	background-image: url(../images/IndexPageBG.jpg);
	background-repeat: repeat-y;
	background-position: center;

}
.pageContainer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	background-color: #333;
}
#header {
	margin-top: 40px;
	clear: both;
}
.logoLinks {
	text-align: center;
	float: left;
	width: 400px;
	margin-top: 50px;
	margin-bottom: 200px;
	font-size: 36px;
}
.font24px {
	font-size: 24px;
}

.pageContent {
	font-size: 24px;
	margin-top: 50px;
	color: #FFF;
}
#spacer {
	clear: both;
	background-color: #FFF;
	height: 10px;
}

.footer {
	clear: both;
	font-size: 12px;
}
