html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
body {
  overflow: hidden;
  background: #64738a url("noise.png") repeat;
}
#main {
  position: relative;
  width: 500px;
  margin: 0 auto;
}
#rotor {
  margin: 0 auto;
  position: absolute;
  background: url("rays-white.png") center no-repeat;
  width: 500px;
  height: 500px;
}
#logo-wrapper {
  position: absolute;
  width: 81px;
  height: 63px;
  top: 220px;
  left: 210px;
  -webkit-perspective: 100px;
  -moz-perspective: 100px;
}
#logo {
  width: 100%;
  height: 100%;
  background: url("logo.png");
  -webkit-transform-style: preserve3d;
  -moz-transform-style: preserve3d;
}
