body {
	background: #000000;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #FFFFFF;
	font-family: "Arial";
}

div#MainContainer {
	background: url('../images/background.png');
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	width:1000px;
}

div#HeaderDiv {
	text-align: center;
	padding-top: 22px;
	padding-bottom: 22px;
	background: url('../images/headerglow.png');
	height:200px;
}

div#Content {
	margin: 10px 20px 0 20px;
	padding-bottom:20px;
}

div#Footer {
	clear: both;
	text-align:center;
	font-size:smaller;
}

table#MainLinks {
	width: 100%;
	text-align: center;
	margin-bottom:20px;
}

table#MainLinks td {
	width: 20%;
}

table#MainLinks a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	font-size:18px;
}

table#MainLinks a:hover {
	text-decoration: underline;
}

h2 {
	color: #ffff99;
	margin-bottom:0px;
}

img.BlackGlow {
	background: url('../images/blackglow.png');
	width: 246px;
	height: 252px;
	padding: 17px 17px 17px 17px;
}

a:visited {
	color: #FFFF33;
}
