body {
   background-color: #000000;
   color:#ffffff;
   margin:0px 0px 0px 0px;
}

img {
   display: inline;
   border: none;
}

#NavContainer {
   z-index:5;
   display:block;
   position: relative;
   top:0px;
   text-align:left;
   width:778px;
   height:0px;
   margin-left: auto; margin-right: auto;
}

#Nav {
   z-index:5;
   display:block;
   position:fixed;
   top:0px;
   width:778px;
   height:146px;
   text-align:left;
}


#bg {
  position:fixed;
  top:0px;
}


#contentFRM {
   display:none;
}


#contentLayer {
   z-index:3;
   position: relative;
   top:146px;
   text-align:left;
   overflow: auto;
   width:778px;
   min-height: 318px;
   margin-left: auto; margin-right: auto;
   background-color:transparent;
   background-image:url('img/vap_shifter_background.jpg');
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-position: top center;
}




#Footer {
   z-index:5;
   position:fixed;
   bottom:0px;
   background-color:black;
   color:#ffffff;
   width:100%;
   font-size:x-small;
   font-weight:lighter;
   text-align:center;
   margin-left: auto; margin-right: auto;
}

.error_txt {
   color:red;
}