@charset "utf-8";
    html, body {
      margin: 0;
      padding: 0;
      width: 100%;
      height: 100%;
    }
    
    .batman {
      position: absolute;
      top: 50%;
      left: 50%;
    }
    
    .batman div {
	position: relative;
	left: -256px;
	top: -256px;
	width: 512px;
	height: 512px;
	-webkit-mask: url('220_47pic.jpg') no-repeat 0px 0px;
	-moz-mask: url('220_47pic.jpg') no-repeat 0px 0px;
	mask: url('220_47pic.jpg') no-repeat 0px 0px;
	background: -moz-linear-gradient(top, #f0a030 0%, #f07000 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #f0a030), color-stop(100%, #f07000));
	background: -webkit-linear-gradient(top, #f0a030 0%, #f07000 100%);
	background: linear-gradient(to bottom, #f0a030 0%, #f07000 100%);
	background-image: url(220_47.jpg);
    }
    
    .background {
      position: absolute;
      left: -400px;
      top: -400px;
      right: -400px;
      bottom: -400px;
      background: url('220_47pic.jpg') 50% 50%;
    }
    
    .spin1 {
      -webkit-animation: spin 1s linear infinite;
      -moz-animation: spin 1s linear infinite;
      animation: spin 1s linear infinite;
    }
    .spin2 {
      -webkit-animation: spin .681s linear infinite;
      -moz-animation: spin .681s linear infinite;
      animation: spin .681s linear infinite;
      opacity: .5;
    }
    .spin3 {
      -webkit-animation: spin .453s linear infinite;
      -moz-animation: spin .453s linear infinite;
      animation: spin .453s linear infinite;
      opacity: .33;
    }
    
    @-webkit-keyframes spin {
      from {
        -webkit-transform: rotate(0deg);
      }
      to {
        -webkit-transform: rotate(360deg);
      }
    }

    @-moz-keyframes spin {
      from {
        -moz-transform: rotate(0deg);
      }
      to {
        -moz-transform: rotate(360deg);
      }
    }

    @keyframes spin {
      from {
        transform: rotate(0deg);
      }
      to {
        transform: rotate(360deg);
      }
    }

  body,td,th {
	color: #FFF;
}
body {
	background-color: #000;
	background-image: url(220_47pic.jpg);
	background-repeat: repeat;
}
a:link {
	color: #0F0;
}
a:visited {
	color: #F00;
}
a:hover {
	color: #0FF;
}
a:active {
	color: #FF0;
}a img {border: none;}
a:hover, a:active, a:focus {text-decoration: none;}a:active,, a:hover, a:visited, a:link {text-decoration: underline;}