@charset "utf-8";
/* CSS Document */
body {
	background-color:#000000;
	align-content:center;
	font-family: raleway, sans-serif;
}

a:link {
	color:#999999; 
	font-size: 11px; 
	text-decoration: none; 
	text-shadow: 0px 1px 0px #FFFFFF; 
	border: 0;
}

a:visited {
	color:#999999; 
	font-size: 11px; 
	text-decoration: none; 
	text-shadow: 0px 1px 0px #FFFFFF;
}

a:hover {
	color:#999999; 
	text-decoration: none; 
	text-shadow: 1px 1px 1px white;
}

a.two:link {
	color:#999999; 
	font-size: 10px; 
	text-decoration: none; 
	text-shadow: 0px 1px 0px #EEEEEE; 
	border-bottom: 1px dotted #2B5082; 
	letter-spacing: 1px;
}

a.two:visited {
	color:#999999; 
	font-size: 10px; 
	text-decoration: none; 
	text-shadow: 0px 1px 0px #EEEEEE; 
	border-bottom: 1px dotted #2B5082; 
	letter-spacing: 1px;
}

a.two:hover {
	color:#999999; 
	text-decoration: none; 
	text-shadow: 1px 1px 1px #DDDDDD; 
	cursor: pointer; 
	border-style: solid; 
	letter-spacing: 1px;
}

h1 {
	font-family: raleway, sans-serif;
	font-weight:normal;
}

.highlight {
	color: #FFFFFF;
}

.content {
	position: absolute;
	top: 50%;
	left: 37.5%;
	width: 25%;
	border: 1px #FFFFFF;
	color: #999999;
	text-align: center;
	font-family: raleway, sans-serif;
	min-width: max-content;
}

#bottomline {
	position: fixed;
	bottom: 26px; 
	left: 0px; 
	padding: 0px; 
	width: 100%; 
	height:1px; 
	background-color: #EEEEEE;
}

#bottomborder {
	position: fixed; 
	bottom: 0px; 
	left: 0px; 
	padding-bottom: 0px; 
	width: 100%; 
	height:5px; 
	background-color: #333333;
}

#bottombar {
	position: fixed; 
	bottom: 0px; 
	left: 0px; 
	padding-bottom: 0px; 
	width: 100%; 
	height:25px; 
	background-color: #FDFDFD;
}

#fcl {
	float: center; 
	text-align: center; 
	padding-top:1px;
}

#frl {
	float: right; 
	text-align: right; 
	padding-right: 8px; 
	padding-top:4px; 
	font-size: 9px; 
	color:#999999; 
	text-shadow: 0px 1px 0px #FFFFFF;
}