#body{
	text-align: center;
	background: black;
}

#header{
	color: white;
	font-family: 'Futura-Medium', 'Futura', 'Trebuchet MS', sans-serif;
	font-size: 82px;
	
	text-shadow: #6374AB 3px 3px 30px;
	
	margin-top: 30px;
}

#content{
	margin-left: auto;
	margin-right: auto;
	
	width: 800px;
	
	text-align: center;
}

#links{
	margin-left: auto;
	margin-right: auto;
	
	margin-top: 30px;
	
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
		
	width: 700px;
	
	background-color: black;
}

.link{
	display: inline;
	margin-left: 90px;
	margin-right: 90px;
	
	font-family: 'Futura-Medium', 'Futura', 'Trebuchet MS', sans-serif;
	font-size: 28px;
	color: white;
	text-shadow: #6374AB 1px 1px 30px;
	text-shadow: red 1px 1px 30px;
	
	cursor: pointer;
}

#software{
	cursor: hand;
}

.link a, .link a:visited {
	text-decoration: none;
	color: white;
}

#nature{
	text-shadow: green 1px 1px 30px;
}

#software_sublinks{
	border-top: 1px dotted #6374AB;
	
	margin: 10px;
	
	margin-bottom: 0px;
	
	padding: 5px;
	
	display: none;
}

.sublink{
	display: inline;
	margin-left: 30px;
	margin-right: 30px;
	font-family: 'Futura-Medium', 'Futura', 'Trebuchet MS', sans-serif;
	font-size: 18px;
	color: white;
	text-shadow: blue 1px 1px 30px;
}

.sublink a, .sublink a:visited {
	text-decoration: none;
	color: white;
}

.sublink a:hover,.sublink a:visited:hover {
	text-decoration: none;
	text-shadow: yellow 1px 1px 30px;
}

#disclaimer{
	margin-top: 100px;
	
	color: white;
	font-family: 'ArialMT', 'Arial', 'sans-serif'; font-size: 12px;
}

#statcounter{
	display: none;
}