body {
  margin:0; padding:0; background-size:cover; background-repeat:no-repeat;
  background-attachment:fixed; background-position:center;
  background-color:#111;
}
#Body             {width:100%; height:100%; left:0; top:0; position:fixed; background-color:rgba(0, 0, 0, 0.66); z-index:-1;}
h1                {color:red; margin-top:0.5em;}

div               {width:100%;}
h2,h3,h4,p,ul,pre,td,tr,figcaption {color:white}
a                 {color:#0AF}
a:active          {color:#D00}
/*a:visited         {color:#90F}*/

#all {margin:-0.5em 1% 1% 1%; width:98%; padding:10px 0;}

.Head             {
  list-style-type:none; margin:0; padding:0; overflow:hidden; background-color:#182230;
  top:0; left:0; width:100%; z-index:2; /*height:2.5em;*/
}
.Head li          {float:left;}
.Head li a        {display:block; color:#3BF; text-align:center; padding:10px 10px; text-decoration:none;}
.Head li a:hover  {background-color:#346}
#AltNav {display:none;}

/*#Head             {list-style-type:none; margin:0; padding:6px; overflow:hidden; background-color:#0DE; position:fixed; top:0; width:100%; z-index:10}
#Head li          {float:left;}
#Head li a        {display:block; color:black; text-align:center; padding:10px 10px; text-decoration:none;}
#Head li a:hover  {background-color:#0DF}*/

#Foot             {bottom:0; margin:0; padding:2px 0; overflow:hidden; background-color:#111; width:100%;}
#Foot p           {display:block; margin: 6px 0; color:#FFF; text-align:center; text-decoration:none;}
#Foot li          {display:block; color:#EEE; text-align:center; text-decoration:none;}
#rr               {display: inline-block; -o-transform: scaleX(-1); -moz-transform: scaleX(-1); -ms-transform: scaleX(-1); -webkit-transform: scaleX(-1);
                   transform: scaleX(-1); filter: FlipH;}

@media only screen and (min-width: 600px) {
  div {width:80%}
  #all {width:80%; padding:10px 9%; margin:-0.5em 8px 8px 8px;}
  #Body {width:86%; left:7%}
}
@media only screen and (max-width: 600px) {
  #NavMain {display:none;}
  #AltNav {display:block;}
}

#Nav {width:100%}

.E  {position:fixed; top:0; right:0; width:2px; height:2px;}


.mg10 {margin:10px;}