div#container
{
   width: 970px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: #000000;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 20px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
}
#Banner1
{
   background-color: transparent;
   background-image: none;
   border: 1px solid transparent;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-size: 53px;
   text-align: center;
   text-shadow: 0px 0px 4px rgba(0,0,0,1.00);
   margin: 0;
}
#Banner1 span
{
   display: block;
   height: 53px;
   margin: 16px 0px 16px 0px;
}
#Banner1 .single-char
{
   float: left;
}
#Banner1 div
{
   display: inline-block;
   text-align: center;
}
.Banner1_ShowAnimation
{
   -webkit-animation: transform-rotate-in 1000ms linear 0s 1 normal both;
   -moz-animation: transform-rotate-in 1000ms linear 0s 1 normal both;
   animation: transform-rotate-in 1000ms linear 0s 1 normal both;
}
.Banner1_HideAnimation
{
   -webkit-animation: transform-rotate-out 1000ms linear 0s 1 normal both;
   -moz-animation: transform-rotate-out 1000ms linear 0s 1 normal both;
   animation: transform-rotate-out 1000ms linear 0s 1 normal both;
}
