#footer {
	background-color: white;
	/*width: 800px;*/
	font-size: 8pt;
	margin-left: auto;
	margin-right: auto;
	color: black;
}

body {
	background-color: black;
}

#page {
	/*width: 800px;height: 800px;*/
	overflow:hidden;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0;
	left: 0;
	background-color: black;
	color: white; /* text default */
}

#presents {
    position: relative;
    z-index: 10; color: white;
}

#skipintro {
    text-align: right;
    position: absolute;
    right: 2em;
    display:none;
    z-index: 12; 
    color: white;
    text-decoration:underline;
}

a:link {
    color: white;
}
a:visited {
    color: white;
}
a:hover {
    color: black;
    background-color: white;
}

#pagecontent {
	/*position: relative;top: 0px;left: 0px;width: 800px;height: 800px;	*/
}

#rocket {
	position: absolute;
	top: 150px;
	left: 400px;
	width: 300px;
	height: 289px;
	background:url('rocketpair300.png') 0px 0px;
}

#starfield {
	position: absolute;
	top: 0px;
	left: 0px;
	/* width: 800px; height: 600px;	background:url('STARRYBACKGROUND.jpg') 0px 0px; */
	background-color: black;
}

#blackspace {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 800px;
    height: 1024px;
    background-color: black;
    display: none;
    visibility: visible;
    background:url('STARRYBACKGROUND.jpg') 0px 0px;
}

#sectormap A:link {
    color: green;
    background-color: yellow;
    }
#sectormap A:visited {
    color: #ff8080;
    background-color: cyan;
    }

#navwheel {
    width: 320px;
    height: auto;
    /* margin-left: auto;margin-right: auto;position: relative;top: 0;left: 0;width:640px;
    */
}
#bear {
    width: 320px;
    height: auto;
    position: absolute;
    top: 50px;
    left: -20px;
    visibility: hidden;
}
.others {
    width: 640px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}
#foreground {
    width: 640px;
    height: 640px;
    top: 0;
    left: 0;
    position: absolute;
}

