body {
   background-color: black;
   color: yellow;
   border: 0px solid red;
}
#universe {                        /* 101 css hacks 8.37 */
   position: absolute;
   top: 0;
   left: 0;
   border: 0px solid yellow;
   z-index: 1;
}
html, body, #universe {            /* 101 css hacks 8.37 */
   min-height: 100%;
   height: 100%;
   width: 100%;
}
html>body, html>body #universe {   /* 101 css hacks 8.37 */
   height:auto;
}

#cl {
   position: absolute;
   top: 0;
   left: 0;
   border: 3px inset gray;
   background-color: white;
   color: black;
   margin-top: 3px;
   height: 1.2em;
   width: 30em;
   z-index: 43
}
#nmlogo {
	margin-top: 3px;
	position: absolute;
	top: 0;
	right: 0;
/*
	top: 11em;
	left: 64%;
*/
	z-index: 41;
	border: 0px solid white;
}
#help table {
   border-collapse: separate;
}
#help table, #help td, #help th {
   border: 0px solid black;
}
#footer{
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}
#footer, #footer a {
	font-family: sans-serif;
	font-size: 0.9em;
	background-color: #ff5000;
	color: #000000;
	text-decoration: none;
	z-index: 43;
}
#solarSystem {
	position: absolute;
    bottom: 3em;
	z-index:42;
	text-align: center;
	width: 98%;
	height: 302px;
	border: 0px solid white;
}
#solarSystemX {
	position: absolute;
    bottom: 12em;
	z-index:42;
	text-align: center;
	width: 98%;
	color: white;
	font-size: 0.8em;
	border: 0px solid white;
}
