html {
	height:100%;
	padding:0;
	margin:0;
}

body {
	padding:0;
	margin:0;
	padding-top: 60px;
	height: 100%;
	background: url('../images/backgrounds/07.png') center top no-repeat fixed;
}

@media (max-width: 979px) {
	body {
		padding-top: 0px;
	}
}

#starmap {
	padding:0;
	margin:0;
	width:100%;
	height:100%;
	min-height:300px;
	background: rgba(0, 0, 0, 0.8);  
}

#console {
	font-size:11px;
	line-height:15px;
	font-family: courier;
	color:#6DCC6D;
	background: rgba(0, 0, 0, 0);
	width:100%;
	margin:0;
	padding:0;
	height:30px;
	position: absolute;
	bottom:0px;
	left:0px;
	border:0px;
	z-index:10;
	overflow:hidden;
}




#solarSystemDetail {
	font-size:11px;
	font-family: courier;
	color:#6DCC6D;
	width:500px;
	height:500px;
	background: rgba(33, 33, 33, 0.75);
	position: absolute;
	padding:10px;
	top:150px;
	left:0px;
	z-index:10;
	display:none;

}

#solarSystemDetailClose {
	position:absolute;
	top:-7px;
	right:-4px;
	font-size:16px;
	width:12px;
	height:12px;
}

#solarSystemDetailContent {
	font-size:11px;
	font-family: courier;
	color:#6DCC6D;
	background: rgba(0, 0, 0, 0.75);
	border:0px;
	width:100%;
	height:100%;
}