body {
	font-size: 1em;
	font-family: Verdana, Tahoma, Bookman Old Style, sans-serif;
	color: silver;
	line-height: 1em;
	padding-left: .375em;
	padding-right: .375em;
	padding-top: .375em;
	background-color: #000000;
}


#topcontent {
	display: flex;
	align-items: center;
	position: absolute;
	top: 0%;
	right: 1.75%;
	width: 100%;
	height: 10%;
	text-align: right;
	background-color: none;
	z-index: 1;
}


#share {
	position: absolute;
	top: 5.25%;
	left: 3.5%;
	margin: 0 0;
	padding: 0 0;
	background-color: none;
	z-index: 1;
}


table {
	display: table;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid #000000;
	/*border-collapse: separate;*/
	border-spacing: 0;
	border-color: none;
}


td 	{
	margin-left: auto;
	margin-right: auto;
	border: 0px solid #000000;
	padding: 0% 0% 0% 0%;
}


#emblem {
	position: relative;
	top: .125em;
	right: 0%;
	margin: 0 0;
	padding: 0 0;
	opacity: 0.625;
}


/*TOP NAVIGATION BAR OF AOM*/

#aomtopbar {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 10%;
  	padding: 0% 0% 0% 0%; /*adjust 1st padding integer for menu positioning (0%-5%) as required*/
	margin: 0% 0%; 
   	background-color: none; /*modify as desired or for positioning purposes*/
   	border: 0em solid black;
	text-align: center;
}

#welcome {
	position: absolute;
	top: 50%;
	width: 100%;
	background-color: none;
	line-height: 1em;
	font-size: 2em;
	color: #CEF779; 
	border: 0em;
}






/*BOTTOM NAVIGATION BAR*/

#container {
	position: absolute;
	bottom: 0%;
	left: 0%;
	width: 100%;
	height: 10%;
	margin: 0% 0%;
	padding: 0% 0%;
	background-color: none;
	background-image: url(mars.jpg);
	background-repeat: no-repeat;
	background-position: 0% 100%;
	background-attachment: absolute;
   	border: 0em solid black;
	z-index: 0;
}

#aombnavbar {
	position: relative;
	width: 100%;
	height: 100%;
	left: 0%;
	margin: 0% 0%;
	padding: 0em 0em;
	text-align: center;
	color: #4E0504;
	font-size: 1em;
	line-height: 3.74em;		
	background-color: none;			
}

#aombnavbar a {
	color: #4E0504;
	text-decoration: none;
}


#aombnavbar a:hover {
	color: #cef779;
	background: none;
}