@charset "utf-8";
html, body {
  background: #000;
  color: #00ff00;
  font-family:Helvetica, Arial, sans-serif;
  background-image: url('../images/matrix.gif');  
}
a:visited {color: #99CC33}
a:link {color: #FFFF00}
a:active {color: #FF3333}	

.box-shadow-header div {
  width: 300px;
  height: 250px;
  background: #00FF00;
  margin: 20px;
  float: center;  
}

.box-shadow-footer div {
  width: 150px;
  height: 150px;
  background: #00FF00;
  margin: 20px;
  float: center;  
}
.box-shadow-container div {
  width: auto;
  height: auto;  
  margin: 10px;
  float: center;
  border-radius:5px 5px 5px 5px;
  -moz-border-radius:5px 5px 5px 5px;
  -webkit-border-radius:5px 5px 5px 5px;       
} 
#box-shadow-default {
  -webkit-box-shadow: 0px 0px 5px #333333;
  -moz-box-shadow: 0px 0px 5px #333333;
  box-shadow: 0px 0px 5px #333333;
}
 
#box-shadow-custom {
  -webkit-box-shadow: lime 2px 2px 10px;
  -moz-box-shadow: lime 2px 2px 10px;
  box-shadow: lime 2px 2px 10px;
}
 
#box-shadow-custom-multiple {
  -webkit-box-shadow: rgba(0,255,0, 0.4) 0 0 45px, rgba(0, 128, 0, 0.2) 0 0 3px 1px inset;
  -moz-box-shadow: rgba(0,255,0, 0.4) 0 0 45px, rgba(0, 128, 0, 0.2) 0 0 3px 1px inset;
  box-shadow: rgba(0,255,0, 0.4) 0 0 45px, rgba(0, 128, 0, 0.2) 0 0 3px 1px inset;
  border-radius:5px 5px 5px 5px;
  -moz-border-radius:5px 5px 5px 5px;
  -webkit-border-radius:5px 5px 5px 5px; 
}

#wrapper {  
  margin: 25px auto;              
  padding: 5px;
  width: 95%;
  height: auto;
  background: #000;
  background: -webkit-linear-gradient(#FF0000,#FF7F00 13%,#FFFF00 29%,#00FF00 43%,#00FFFF 60%,#0000FF 75%,#8B00FF);
  background: -moz-linear-gradient(#FF0000,#FF7F00 13%,#FFFF00 29%,#00FF00 43%,#00FFFF 60%,#0000FF 75%,#8B00FF);
  background: -ms-linear-gradient(#FF0000,#FF7F00 13%,#FFFF00 29%,#00FF00 43%,#00FFFF 60%,#0000FF 75%,#8B00FF);
  background: -o-linear-gradient(#FF0000,#FF7F00 13%,#FFFF00 29%,#00FF00 43%,#00FFFF 60%,#0000FF 75%,#8B00FF);
  border-radius:10px 10px 10px 10px;
  -moz-border-radius:10px 10px 10px 10px;
  -webkit-border-radius:10px 10px 10px 10px;               
  -webkit-box-shadow: 0px 0px 15px 15px rgba(255, 93, 210,0.35);
  -moz-box-shadow: 0px 0px 15px 15px rgba(255, 93, 210,0.35);
  box-shadow: 0px 0px 15px 15px rgba(255, 93, 210,0.35);
}
.box {
  border: 1px solid #666;
  margin: 0 auto;
  font-weight: bold;
  font-family: 'sans-serif';
  text-align: center;
  text-shadow: 2px 4px 2px rgba(68,68,68,.8);
  height: auto;
  min-height: 445px;
  display: block;  
/*  font-family:Helvetica, Arial, sans-serif;*/
  font-size: 20px;   
  background:#000;
  background:-webkit-linear-gradient(#000,#111 15%,#222 35%,#333 45%,#222 65%,#111 85%,#000);
  background:-moz-linear-gradient(#000,#111 15%,#222 35%,#333 45%,#222 65%,#111 85%,#000);
  background:-ms-linear-gradient(#000,#111 15%,#222 35%,#333 45%,#222 65%,#111 85%,#000);
  background:-o-linear-gradient(#000,#111 15%,#222 35%,#333 45%,#222 65%,#111 85%,#000);
  border-radius:10px 10px 10px 10px;
  -moz-border-radius:10px 10px 10px 10px;
  -webkit-border-radius:10px 10px 10px 10px;
  -webkit-box-shadow: 0px 0px 5px 5px rgba(245,245,245,0.4);
  -moz-box-shadow: 0px 0px 5px 5px rgba(245,245,245,0.4);
  box-shadow: 0px 0px 5px 5px rgba(245,245,245,0.4);                
}
.mbox {
  border: 1px solid #666;
  margin: 0 auto;
  font-weight: bold;
  font-family: 'sans-serif';
  text-shadow: 2px 4px 2px rgba(68,68,68,.8);
  width: 775px;
  min-width: 725px;
  display: block;
  background:#000;
  background:-webkit-linear-gradient(#000,#111 15%,#222 35%,#333 45%,#222 65%,#111 85%,#000);
  background:-moz-linear-gradient(#000,#111 15%,#222 35%,#333 45%,#222 65%,#111 85%,#000);
  background:-ms-linear-gradient(#000,#111 15%,#222 35%,#333 45%,#222 65%,#111 85%,#000);
  background:-o-linear-gradient(#000,#111 15%,#222 35%,#333 45%,#222 65%,#111 85%,#000);
  border-radius:10px 10px 10px 10px;
  -moz-border-radius:10px 10px 10px 10px;
  -webkit-border-radius:10px 10px 10px 10px;
  -webkit-box-shadow: 0px 0px 5px 5px rgba(245,245,245,0.4);
  -moz-box-shadow: 0px 0px 5px 5px rgba(245,245,245,0.4);
  box-shadow: 0px 0px 5px 5px rgba(245,245,245,0.4);
}
.fadeIn{opacity:0;-webkit-animation:fadeIn ease-in 1;-moz-animation:fadeIn ease-in 1;-o-animation:fadeIn ease-in 1;animation:fadeIn ease-in 1;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;-o-animation-fill-mode:forwards;animation-fill-mode:forwards;}
.fadeIn-1s{-webkit-animation-duration:1s;-moz-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;}
.fadeIn-2s{-webkit-animation-duration:2s;-moz-animation-duration:2s;-o-animation-duration:2s;animation-duration:2s;}
.fadeIn-3s{-webkit-animation-duration:3s;-moz-animation-duration:3s;-o-animation-duration:3s;animation-duration:3s;}
.fadeIn-4s{-webkit-animation-duration:4s;-moz-animation-duration:4s;-o-animation-duration:4s;animation-duration:4s;}
.fadeIn-5s{-webkit-animation-duration:5s;-moz-animation-duration:5s;-o-animation-duration:5s;animation-duration:5s;}
.fadeIn-Delay-1s{-webkit-animation-delay:1s;-moz-animation-delay:1s;-o-animation-delay:1s;animation-delay:1s;}
.fadeIn-Delay-2s{-webkit-animation-delay:2s;-moz-animation-delay:2s;-o-animation-delay:2s;animation-delay:2s;}
.fadeIn-Delay-3s{-webkit-animation-delay:3s;-moz-animation-delay:3s;-o-animation-delay:3s;animation-delay:3s;}
.fadeIn-Delay-4s{-webkit-animation-delay:4s;-moz-animation-delay:4s;-o-animation-delay:4s;animation-delay:4s;}
.fadeIn-Delay-5s{-webkit-animation-delay:5s;-moz-animation-delay:5s;-o-animation-delay:5s;animation-delay:5s;}
@-webkit-keyframes fadeIn{from{opacity:0;}
to{opacity:1;}
}
@-moz-keyframes fadeIn{from{opacity:0;}
to{opacity:1;}
}
@-o-keyframes fadeIn{from{opacity:0;}
to{opacity:1;}
}
@keyframes fadeIn{from{opacity:0;}
to{opacity:1;}
}
	