body {
background-color: #000000; 
margin: 0 auto;
font-size: 15px;
max-width: 520px;
font-family: "Verdana"; 
line-height: 1.5;
margin-bottom:2px;
color: #FFFFFF;
}

textarea {width:100%;}

div.main {  
background-color: #13192C;/*//021D1F 747474 F6DE9C*/
border: 1px solid #555;
padding: 4px;
color: #FFFFFF;
}




TD {font-family: Verdana; 
font-size: 90%; 
color: #FFFFFF; 
line-height: 16px;}
   
a {color: #E8C60C;
font-size: 100%;text-decoration: underline;
line-height: 1.6;
}/*//EFC700  D9AB01  6596FD       

hr {padding:0;margin:6px 0;height:0;background-color:#777777;border-top:none;border-bottom:#777777 solid 1px;}

 */

hr {padding:0;margin:6px 0;height:0;background-color:#777777;border-top:none;border-bottom:#777777 solid 1px;}







.l1 {background-image: url(/img/interface/l1.jpg); background-repeat: no-repeat; background-position: right top;}
.r1 {background-image: url(/img/interface/r1.jpg); background-repeat: no-repeat; background-position: left top;}
.c1 {height: 17px; text-align: center; background-image: url(/img/interface/c1.jpg); background-repeat: repeat-x; background-position: top;}



.submit {
background: transparent url(/img/interface/c1.jpg) repeat-x;
border: 0;
width: 75%;
cursor: pointer;
}

    

    
    
    
    
    
 a.button{text-align:center;display:block;padding:2px;border-radius: 5px;background-color:#2F3857}
#focus a:focus,#focus a:hover,#focus a:active{background-color:#271B43}

a.button2{text-align:center;display:block;margin:3px;padding:2px;border-radius: 5px;background-color:#070C2D}
#focus2 a:focus,#focus2 a:hover,#focus2 a:active{background-color:#010101}

a.button3{text-align:left;display:block;padding:2px;border-radius: 2px;background-color:#2F3857}
#focus3 a:focus,#focus3 a:hover,#focus3 a:active{background-color:#271B43}

.button a {
font: 14px Verdana;
text-decoration: none;
color: #FFFFFF;
display: block;
margin:1px 0;
/*line-height: 24px;
height: 24px;*/
}   
    







.eff{
  font-size: 30px;
  font-weight: normal;
  text-shadow: 0 0 20px transparent;
  color: transparent;
  animation: shadows 10s 1 ease-in;
  }



@keyframes shadows {
  5% {
    text-shadow: 0 0px 1px rgb(59, 255, 64);
  }
  70% {
    text-shadow: 0 0px 1px rgb(150, 255, 150);
  }
  95% {
    text-shadow: 0 30px 40px transparent;
  }  
}    



.eff2{
  font-size: 30px;
  font-weight: normal;
  text-shadow: 0 0 20px transparent;
  color: transparent;
  animation: shadows2 10s 1 ease-in;
  }



@keyframes shadows2 {
  5% {
    text-shadow: 0 0px 1px rgb(255, 50, 50);
  }
  70% {
    text-shadow: 0 0px 1px rgb(255, 100, 100);
  }
  95% {
    text-shadow: 0 30px 40px transparent;
  }  
}  















.content {
  position: absolute;
  font-size: 15px;
  line-height: 40px;
  background: #f0f0f0;
}

.visible {
    position: static;
  overflow: hidden;
  height: 40px;
}






ul {
  margin-top: 0;
  list-style: none;
  -webkit-animation-name: change;
  -webkit-animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-name: change;
  animation-duration: 20s;
  animation-iteration-count: infinite;
}




@-webkit-keyframes change {
  0%{
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  20% {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  30% {
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
  }
  40% {
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
  }
  50% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  60%{
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
  }
  70% {
    -webkit-transform: translateY(-70%);
            transform: translateY(-70%);
  }
  80% {
    -webkit-transform: translateY(-80%);
            transform: translateY(-80%);
  }
  90% {
    -webkit-transform: translateY(-90%);
            transform: translateY(-90%);
  }
  93% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}


.layer999 { z-index: 999; }




       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
