body {
	color: #CCC;
	background-color: #000;
	background-image: url(background);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#main h3 {
	font-size: x-large;
	color: #A55ECD;
}
#main h2 {
	font-size: xx-large;
	color: #DC456C;
}
#header {
	height: 210px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
	text-align: center;
	padding-top: 40px;
}
#main {
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#main a:link {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#main a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#main a:hover {
	color: #967BB0;
	text-decoration: none;
	font-weight: bold;
}
#main a:active {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

