/*
** entry.css - entry page style sheet
*/

@media screen {

body {
                 margin: 0 ;
            font-family: verdana, tahoma, helvetica, frankfurt, arial, sans-serif ;
            font-weight: lighter ;
  background-attachment: scroll ;
       background-image: url('./background.gif') ;
      background-repeat: no-repeat ;
    background-position: center center ;*/ /* l t */
       background-color: black ;
                  color: white ;
}

/*
a {
                  color: white ;
}
*/

/********************************************************/

#copyright {
     position: fixed ;
  white-space: nowrap ;
}

#top-btm {
    position: relative ;
       float: right ;
     z-index: 1024 ;
      bottom: 0 ;
       right: 10px ;
      height: 20px ;
/*      left: expression(parentNode.offsetWidth - offsetWidth + 'px') ; */
      border: 0px solid white ;
}


#top-btm a {
  text-decoration: none ;
            color: yellow ;
           border: 1px dotted black ;
}

#top-btm a:hover {
  background-color: yellow ;
             color:  black ;
}

#top-btm a:active {
  background-color:   lime ;
             color:  black ;
}

#visit-counter {
         position: fixed ;
        font-size: 12pt ;
          z-index: 4096 ;
            float: left ;
           border: 0px solid blue ;
           height: 20px ;
    margin-bottom: 0px ;
}

/********************************************************/

body {
  font-family: avian, verdana, tahoma, helvetica, frankfurt, arial, sans-serif ;
  font-weight: lighter ;
}

#caption-outer {
      position: absolute ;
           top: 10px ;
          left: 0 ;
         right: 0 ;
        height: 30px ;
        border: 0px solid blue ;
}

#e_caption {
      position: relative ;
           top: 0 ;
        height: 30px ;
         width: 500px ;
   margin-left: auto ;
  margin-right: auto ;
   white-space: nowrap ;

     font-size: 16pt ;
         color: lime ;
        border: 0px solid red ;
}

#size-zone {
      position: absolute ;
       z-index: 2048 ;
          left:  990px ;
           top:  570px ;
        height: 8px ;
         width: 8px ;
        border: 1px dotted gray ; /*#336633 ;*/
    background: clear ;
}

#commercial-portal {
          position: relative ;
           z-index: 5120 ;
            border: 1px solid black ;
               top: 10px ;
             width: 560px ;
            height: 540px ;
       margin-left: auto ;
      margin-right: auto ;
        text-align: center ;
  background-color: transparent ; /* black ; */
             color: lime ;
}

#entry_outer {
    position: absolute ;
       width: 100% ;
         top: 45px ;
        left: 0 ;
       right: 0 ;
 margin-left: auto ;
margin-right: auto ;
  text-align: center ;
      border: 0px solid blue ;
}

#entry_slider {
          position: relative ;
             width: 490px ;
            height: 440px ;
  background-color: black ;
       margin-left: auto ;
      margin-right: auto ;
            border: 0px solid lime ;
}

#slide_caption {
background-color: black ;
     font-weight: lighter ;
       font-size: 14pt ;
 text-decoration: none ;
        position: relative ;
      text-align: center ;
          height: 40px ;
     padding-top: 10px ;
  padding-bottom: 0px ;
           color: lime ;
          border: 0px solid yellow ;
}

#e_footer {
       position: fixed ;
         bottom: 0px ;
         height: 40px ;
           left: 0 ;
          right: 0 ;
    margin-left: 15px ;
   margin-right: 15px ;
         border: 0px solid yellow ;
    padding-top: 3px ;
   padding-left: 5px ;

      font-size:  80% ;
}

#enter {
     font-size: 9pt ;
      position: relative ;
       z-index: 512 ;
           top: 0px ;
        height:  30px ;
         width: 200px ;
        bottom:  50px ;
    margin-top: 20px ;
   margin-left: auto ;
  margin-right: auto ;
    text-align: center ;
        border: 0px solid red ;
}

a {
  text-decoration: none ;
            color: yellow ;
}

a:hover {
   text-decoration: underline ;
}

} /* media screen */

/* EOF */

