body {
	background: #000;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: monospace;
	color: #fff;
}

a {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	color: #c5c5c5;
	text-decoration: none;
}

#container {
	background: #000;
	margin: 0 auto;
	margin-top: 25px;
	width: 75%;
}

#banner {
	text-align: center;
	margin: 0 auto;
	margin-top: 40px;
	width: 100%;;
	height: 200px;
}

#contact {
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	margin-left: 6.25%;
	margin-top: 5px;
	border: dashed 2px #535353;
}

#about {
	float: right;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 5%;
	margin-top: 5px;
	border: dashed 2px #535353;
}

.navLinks {
	font-size: 1.5em;
	color: #fff;
	text-decoration: none;
}

.navLinks:hover {
	color: #c5c5c5;
}

#content {
	width: 100%;
	margin-top: 50px;
}

#content2 {
	width: 86.5%;
	margin-top: 50px;
	margin: 0 auto;
	padding: 0px;
}

#content2 a {
	margin-top: 25px;
	color: #fff;
	text-decoration: none;
}

#content2 a:hover {
	color: #c5c5c5;
}

#content2 h1 {
	margin-top: 50px;
}

#wiki {
	float: left;
	background-image: url('../images/wiki.png');
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 6.25%;
	margin-top: 75px;
	height: 200px;
	width: 25%;
	border: dashed 2px #c8c8c8;
	text-align: center;
}

#wiki:hover {  
	border: dashed 2px #008ffe;
}

#wikiTitle {
	background: #000;
	margin-top: 35px;
	width: 100%;
	border-top: 2px dashed #008ffe;
	border-bottom: 2px dashed #008ffe;
	font-size: 3em;
	display: none;
}

#subreddit {
	float: left;
	background-image: url('../images/subreddit.png');
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 6.25%;
	height: 200px;
	width: 25%;
	border: dashed 2px #c8c8c8;
	text-align: center;
}

#subreddit:hover {  
	border: dashed 2px #fe3000;
}

#subredditTitle {
	background: #000;
	margin-top: 35px;
	width: 100%;
	border-bottom: 2px dashed #fe3000;
	border-top: 2px dashed #fe3000;
	font-size: 3em;
	display: none;
}

#download {
	float: left;
	background-image: url('../images/download.png');
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 6.25%;
	height: 200px;
	width: 25%;
	border: dashed 2px #c8c8c8;
	text-align: center;
	cursor: pointer;
}

#download:hover {  
	border: dashed 2px #0bcc00;
}

#downloadTitle {
	background: #000;
	margin-top: 35px;
	width: 100%;
	border-bottom: 2px dashed #0bcc00;
	border-top: 2px dashed #0bcc00;
	font-size: 3em;
	display: none;
}

#blogButton {
	float: left;
	background-image: url('../images/blog.png');
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 75px;
	margin-left: 6.25%;
	height: 200px;
	width: 25%;
	border: dashed 2px #c8c8c8;
	text-align: center;
}

#blogButton:hover {  
	border: dashed 2px #fe3000;
}

#blogTitle {
	background: #000;
	margin-top: 35px;
	width: 100%;
	border-top: 2px dashed #fe3000;
	border-bottom: 2px dashed #fe3000;
	font-size: 3em;
	display: none;
}

#forums {
	float: left;
	background-image: url('../images/forums.png');
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 6.25%;
	height: 200px;
	width: 25%;
	border: dashed 2px #c8c8c8;
	text-align: center;
}

#forums:hover {  
	border: dashed 2px #008ffe;
}

#forumsTitle {
	background: #000;
	margin-top: 35px;
	width: 100%;
	border-top: 2px dashed #008ffe;
	border-bottom: 2px dashed #008ffe;
	font-size: 3em;
	display: none;
}

#media {
	float: left;
	background-image: url('../images/media.png');
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 6.25%;
	margin-top: 75px;
	height: 200px;
	width: 25%;
	border: dashed 2px #c8c8c8;
	text-align: center;
	cursor: pointer;
}

#media:hover {  
	border: dashed 2px #0bcc00;
}

#mediaTitle {
	background: #000;
	margin-top: 35px;
	width: 100%;
	border-top: 2px dashed #0bcc00;
	border-bottom: 2px dashed #0bcc00;
	font-size: 3em;
	display: none;
}

#copyright {
	width: 100%;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 25px;
}

.clear {
	clear: both;
}

.dialogLinks {
	color: #00ff00;
	text-decoration: none;
}

.dialogLinks:hover {
	color: #00c100;
}

.mediaBox {
	width: 100%;
	margin-top: 25px;
	padding: 10px;
	border: dashed 2px #c8c8c8;
}

.mediaBox h1 {
	margin-bottom: 5px;
}

.mediaBox img {
	border: dashed 1.5px #c8c8c8;
	margin-right: 5px;
	margin-bottom: 10px;
}

.mediaBox img:hover {
	border: dashed 1.5px #0bcc00;
}

#downloadDialog {
	position: fixed;
	top: 50px;
	left: 25%;
	width: 50%;
	text-align: center;
	background: #000;
	border: dashed 2px #c8c8c8;
	display: none;
}

#downloadClose {
	position: absolute;
	top: 0;
	right: 0;
	width: 25px;
	height: 25px;
	cursor: pointer;
	border-left: 2px dashed #c8c8c8;
	border-bottom: 2px dashed #c8c8c8;
	font-size: 1.5em;
	text-align: center;
	color: #ff0000;
	font-weight: bold;
}

#downloadClose:hover {
	background: #3f3f3f;
}

#aboutDialog {
	position: fixed;
	top: 50px;
	left: 25%;
	width: 50%;
	padding: 10px;
	background: #000;
	border: dashed 2px #c8c8c8;
	display: none;
}

#aboutClose {
	position: absolute;
	top: 0;
	right: 0;
	width: 25px;
	height: 25px;
	cursor: pointer;
	border-left: 2px dashed #c8c8c8;
	border-bottom: 2px dashed #c8c8c8;
	font-size: 1.5em;
	text-align: center;
	color: #ff0000;
	font-weight: bold;
}

#aboutClose:hover {
	background: #3f3f3f;
}

#contactDialog {
	position: fixed;
	top: 50px;
	left: 25%;
	width: 50%;
	padding: 10px;
	background: #000;
	border: dashed 2px #c8c8c8;
	display: none;
}

#contactClose {
	position: absolute;
	top: 0;
	right: 0;
	width: 25px;
	height: 25px;
	cursor: pointer;
	border-left: 2px dashed #c8c8c8;
	border-bottom: 2px dashed #c8c8c8;
	font-size: 1.5em;
	text-align: center;
	color: #ff0000;
	font-weight: bold;
}

#contactClose:hover {
	background: #3f3f3f;
}

#contactDiv {
	width: 100%;
	text-align: center;
}

#contactDiv input {
	border-radius: 3px;
	background: #000;
	color: #fff;
}

#contactDiv textarea {
	background: #000;
	color: #fff;
	border-radius: 3px;
	width: 75%;
	height: 100px;
}

#contactErrors {
	color: #ff0000;
}

#successfulContact {
	color: #00ff00;
}