body {
	margin : 0;
	color : gray;
	font-family : Helvetica;
	font-size : 18px;
}
html, body {
	height: 100%;
}
ul li a:hover {
	font-size: 17px;
}
ul {
	list-style: none;
	padding: 0px;
	margin: 0 auto;
}
li {
	list-style: none;
}
a:link {
	color : gray;
	text-decoration : none;
}
a:visited {
	color : gray;
	text-decoration : none;
}
a:hover {
	color : gray;
	text-decoration : none;
}
#errorpage {
	width: 100%;
	height: 100%;
	background: url("../images/spacetear.png") no-repeat;
	background-position: center;
	box-shadow: inset 0 0 200px rgba(0, 0, 0, .8), inset 0 1px 0 rgba(255,255,255,.4), 0 1px 2px rgba(0,0,0,.3);
	background-size: 700px;
}
#innererrorpage {
	padding: 50px 0 0 100px;
	float: left;
	width: 300px;
}
#innererrorpageright {
	width: 500px;
	float: right;
	padding: 150px 0 0 0;
}
#root {
	width : 1000px;
	min-height : 800px;
	margin : 0 auto;
}
#innerroot {
	width: 1000px;
	min-height: 800px;
	margin: 0 auto;
	background-image: url(../images/blueplanetlogin2.png);
	background-repeat: no-repeat;
	background-size: 400px;
	background-position-y: 70px;
	background-position: top 70px left;
	/* background rules for chrome and firefox */
}
.header {
	margin : 0 auto;
	padding :0 30px;
	width : 1000px;
	background: url("../images/galaxy.png") no-repeat;
}
.admincode {
	border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 1em auto;
	padding : 5px;
	display: block;
	font-family: monospace;
	white-space: pre;
	background-color:rgba(0, 0, 0, 0.5)
}
.middlecontainer {
	margin : 27px auto;
}
.leftbar {
	border-radius: 5px;
	-moz-border-radius: 5px;
	background-color:rgba(0, 0, 0, 0.5);
	width : 100px;
	padding : 5px;
	display:inline-block;
	font-size: 13px;
}
.content {
	border-radius: 5px;
	-moz-border-radius: 5px;
	background-color:rgba(0, 0, 0, 0.5);
	padding : 30px;
	display:inline-block;
	vertical-align: top;
	width: 824px;
	font-size: 15px;
	text-align: center;
	padding-top: 35px;
}
.lowercontent {
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding : 30px;
	width: 824px;
	background-color:rgba(0, 0, 0, 0.5);
	margin-left: 115px;
	margin-top: 5px;
}
.footer {
	margin : 0 auto;
	margin-bottom: 10px;
	text-align : center;
	width : 80%;
	font-size: 9px;
	color: white;
}
.bg {
	height: 100%;
    	width: 100%;
	position: fixed;
	z-index: -1;
}
.bg2 {
}
.bg3 {
	height: 100%;
	width: 100%;
	z-index: -1;
	position: fixed;
}
.splashpage {
	margin: 0px 0px 0px 400px;
	width: 70%;
	min-height: 400px;
	padding-top: 50px;
}
.intro {
	border-radius: 5px;
	-moz-border-radius: 5px;
	width: 400px;
	background-color: rgba(0, 0, 0, 0.5);
	font-size: 15px;
	font-family: 'Armata', sans-serif;
	text-shadow: 0px 1px 2px rgba(255,255,255,0.2);
	margin-top: 5px;
	margin-right: 5px;
	display: inline-block;
	padding: 10px;
	float: left;
	line-height: 18px;
}
#login {
	border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: rgba(0, 0, 0, 0.0);
	padding: 8px 10px;
	display:inline-block;
	vertical-align: top;
	margin-top: 5px;
	font-size: 10px;
}
#login input {
	border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 1px rgba(0, 0, 0, 0.15) inset, 0 0 5px rgba(0, 0, 0, 0.25) inset;
	color: gray;
	display: block;
	margin-top: 5px;
	padding: 3px;
}
#login button {
	border-radius: 3px;
	-moz-border-radius: 3px;
	width: 97.6%;
	margin: 3px 2px 8px;
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 1px 1px rgba(0, 0, 0, 0.15) inset, 0 0 5px rgba(0, 0, 0, 0.25) inset;
}
#password {
	margin-top: 5px;
}
a#sign-in {
	background: rgb(34, 75, 95);
	color: #FFF;
	font-weight: 700;
	padding: 5px 6px 6px;
	text-decoration: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
a#sign-in:hover {
	background: #CCC;
	color: #222;
}
a#sign-in span {
	background: url(http://s.twimg.com/a/1277334364/images/toggle_down_light.png) no-repeat 100% 50%;
	padding: 4px 16px 6px 0;
	font-weight: 700;
	font-size: 12px;
}
#sign-in {
	margin: 10px 0px 12px 1px;
{