div#container
{
   width: 800px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body:before
{
   content: "";
   position: fixed;
   left: 0;
   top: 0;
   right: 0;
   bottom: 0;
   z-index: -1;
   background-image: linear-gradient(to right, #48494A 0%, #A0A1A3 2%, #757A7C 4%, #33373D 25%, #02070B 25%, #000104 50%, #000104 50%, #02070B 74%, #33373D 74%, #757A7C 96%, #A0A1A3 98%, #48494A 100%);
}
body
{
   background-color: #000104;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
   overflow-x: scroll;
   overflow-y: scroll;
}
a
{
   color: #0000FF;
   text-decoration: underline;
}
a:visited
{
   color: #800080;
}
a:active
{
   color: #FF0000;
}
a:hover
{
   color: #0000FF;
   text-decoration: underline;
}
input:focus, textarea:focus, select:focus
{
   outline: none;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text1 div
{
   text-align: center;
}
#wb_IconFont1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
}
#IconFont1
{
   height: 100px;
   width: 92px;
}
#IconFont1 i
{
   color: #808000;
   display: inline-block;
   font-size: 92px;
   line-height: 100px;
   vertical-align: middle;
   width: 91px;
}
#IconFont1:hover i
{
   color: #9ACD32;
}
#wb_Text2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text2 div
{
   text-align: center;
}
#RollOver1
{
   border: 0px solid #000000;
   border-radius: 0px;
   margin: 0;
}
#RollOver1, #RollOver1 a
{
   -webkit-perspective: 228px;
   perspective: 228px;
}
#RollOver1 .image_container
{
   width: 304px;
   height: 135px;
   -webkit-transform-style: preserve-3d;
   transform-style: preserve-3d;
   -webkit-transition: 500ms;
   transition: 500ms;
}
#RollOver1:hover .image_container
{
   -webkit-transform: rotateY(180deg);
   transform: rotateY(180deg);
}
#RollOver1 .front, #RollOver1 .back
{
   position: absolute;
}
#RollOver1 img
{
   border-width: 0;
   width: 100%;
   height: 100%;
}
#RollOver1 .back
{
   position: absolute;
   width: 100%;
   height: 100%;
   z-index: 1;
   -webkit-transform: rotateY(180deg);
   transform: rotateY(180deg);
}
#RollOver1 .front
{
   z-index: 2;
}
#RollOver1:hover .front
{
   z-index: 0;
}
#RollOver1 img
{
   border-width: 0;
   position: absolute;
   left: 0;
   top: 0;
   width: 304px;
   height: 135px;
}
