body{
  color:#ffffff;
  font-family:"Helvetica";
  height:100%;
  background-color:#000000; /*aa2517*/
  margin:0;
  padding:0;
  border:0;
}

p{
 margin: 0px; 
}

h1,h2,h3, h4, h5, h6{
  font-family:"Serif";
  text-shadow: 4px -1px 3px #FF00FF, -2px 3px 3px #55FF00;
  margin:0;
}

a{
  color:#FFFF00;
  text-shadow:-1px 3px 2px #009479;
}

a:hover{
  color:#55EECA; /*blue:00AAFF*/
  text-shadow:-1px 3px 2px #0055FF;
}

#wrapper{
  position:absolute;
  float:left;
  width:100%;
  height:100%;
  left:0;
  top:0;
}

ul.links-list, ul.links-list a{
  list-style:none;
  padding:0 7px;
  width:100%;
  line-height:24px;
  box-sizing:border-box;
  display:block;
  font-size:18px;
}

ul.links-list>li:hover{
  color:#55EECA;
  text-shadow:-1px 3px 2px #0055FF;
  background-color:#222222;
}

.header{
  position:absolute;
  width:100%;
  height:90px;
  box-sizing:border-box;
  float:left;
  min-width:500px;
  background-color:#060A14;
  background-image:url('./banner_b_fade_b.png');
  background-repeat:no-repeat;
  padding:5px;
  z-index:2;
}

#sidecontent{
  min-height:800px;
  width:270px;
  position:absolute;
  box-sizing:border-box;
  top:90px;
  left:0;
  padding:16px 20px;
  background-color:rgba(0,0,0,0.8);
  border-right:5px inset #555555;
  border-bottom:5px outset #777777;
  z-index:2;
}

#container{
  position:relative;
  top:110px;
  margin:0 0 0 270px;
}

#content{
  position:relative;
  width:65%;
  min-width:500px;
  box-sizing:border-box;
  padding:0 25px;
  background-color:rgba(0, 7, 15, 0.8);
  border:50px solid #ffaa66;
  border-image:url("./bordermaybe.png") 50 round;
  margin:auto;
  text-shadow:-1px 3px 5px #009479; /*blue:0055FF*/
  z-index:1;
}

/*#content::after{
  content:"";
  top:0;
  left:0;
  bottom:0;
  right:0;
  position:absolute;
  background-image:url("./tile_seamless.png");
  opacity: 0.3;
  z-index:-1; 
}*/

/* #content:hover{
	text-shadow:none;
}*/

img.earth{
  position:fixed;
  left:30%;
  overflow:hidden;
  z-index:-5;
}
