@charset "utf-8";
html{
	height: 100%;
	min-height: 100%;
	background-image: url("/images/background.jpg");
}
body {
	color: #BEC2F7;
	background-color: #000;
	max-width: 1000px;
	min-width: 500px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	border-style: ridge;
	border-width: 5px;
	border-color: #111;
	padding-right: 25px;
	padding-left: 25px;
	font-family: Times;
	font-size: 1.1em;
}
img{
	display: inline;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
a:link,a:visited{
	color: #F60;
	text-decoration: none;
}
a:hover{
	color: #3F3;
	text-decoration: underline;
}
#title{
	font-size: 70px;
	text-shadow: 5px 5px 40px #336;
	text-align: center
}
#title2{
	font-size: 45px;
	text-shadow: 5px 5px 40px #336;
	text-align: center
}
#nav{
	width: 480px;
	margin-right: auto;
	display: inline;
}
ul#navigation {
	list-style: none;
	width: auto;
}
ul#navigation li {
	display: box;
	float: right;
	width: auto;
}
ul#navigation li a {
	display: block;
	float: left;
	height: 25px;
	width: 120px;
	background-color: #003;
	border: 1px solid #007;
	text-decoration: none;
	text-align: center;
	padding-top: 0px;
	margin-left: 5px;
	color: #BEC2F7;
	opacity: 0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
ul#navigation li a:hover{
	background-color: #BEC2F7;
	color: #006;
	border: 3px solid #00F;
	margin-left: 1px;
}
#navigation #selected{
	background-color: #BEC2F7;
	color: #666666;
	border: 3px dashed #00F;
	margin-left: 1px;
}
ul#filelist{
	list-style: none;
	float: left;
	text-decoration: none;
	text-align: center;
	width: auto;
}
ul#filelist li{
	display: box;
	background-color: #101010;
	float: left;
	margin: 10px;
	padding: 10px;
	width: 120px;
	max-width: 300px;
	height: 130px;
}
ul{
	color: #8AF;
}
p{
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	text-align: center;
}
#text{
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	text-align: center;
}
#quote{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	border-radius:2em;
	background: #2F4F4F;
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(17,17,17,1) 50%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(50%,rgba(17,17,17,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(17,17,17,1) 50%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(17,17,17,1) 50%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(17,17,17,1) 50%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(17,17,17,1) 50%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
#map{
	background: #111;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	height: 100%;
}
.download{
	background-color: #101010;
	float: left;
	margin: 10px;
	padding: 10px;
	width: 120px;
	max-width: 300px;
	height: 130px;
}
.center{
	margin-left: auto;
   	margin-right: auto;
	text-align: center;
}
#footer{
	clear: both;
}
.blackback{
	background:#000;
}
