/* line 1, ../sass/my.scss */
#page {
  width: 960px;
  margin: 0 auto;
}
/* line 5, ../sass/my.scss */
#page header nav {
  position: relative;
  top: 200px;
  width: 1000px;
  margin: 0 auto;
}
/* line 10, ../sass/my.scss */
#page header nav img {
  display: block;
  position: relative;
  float: left;
  width: 100px;
  height: 100x;
  margin: 10px;
  -moz-animation: rotation 2s infinite;
  -webkit-animation: rotation 2s infinite;
  -o-animation: rotation 2s infinite;
  -animation: rotation 2s infinite;
}
/* line 22, ../sass/my.scss */
#page header nav img:nth-child(3) {
  -moz-animation: rotation 1s infinite;
  -webkit-animation: rotation 1s infinite;
}
/* line 26, ../sass/my.scss */
#page header nav img.left {
  -moz-animation: rotation_left 1s infinite;
  -webkit-animation: rotation_left 1s infinite;
  -o-animation: rotation_left 1s infinite;
  -animation: rotation_left 1s infinite;
}
/* line 32, ../sass/my.scss */
#page header nav img:nth-child(6) {
  -moz-animation: rotation_left 0.5s infinite;
  -webkit-animation: rotation_left 0.5s infinite;
}

@-o-keyframes rotation {
  /* line 39, ../sass/my.scss */
  from {
    -o-transform: rotate(0deg);
  }

  /* line 42, ../sass/my.scss */
  to {
    -o-transform: rotate(360deg);
  }
}

@-o-keyframes rotation_left {
  /* line 47, ../sass/my.scss */
  from {
    -o-transform: rotate(360deg);
  }

  /* line 50, ../sass/my.scss */
  to {
    -o-transform: rotate(0deg);
  }
}

@-keyframes rotation {
  /* line 56, ../sass/my.scss */
  from {
    -transform: rotate(0deg);
  }

  /* line 59, ../sass/my.scss */
  to {
    -transform: rotate(360deg);
  }
}

@-keyframes rotation_left {
  /* line 64, ../sass/my.scss */
  from {
    -transform: rotate(360deg);
  }

  /* line 67, ../sass/my.scss */
  to {
    -transform: rotate(0deg);
  }
}

@-webkit-keyframes rotation {
  /* line 73, ../sass/my.scss */
  from {
    -webkit-transform: rotate(0deg);
  }

  /* line 76, ../sass/my.scss */
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes rotation_left {
  /* line 81, ../sass/my.scss */
  from {
    -webkit-transform: rotate(360deg);
  }

  /* line 84, ../sass/my.scss */
  to {
    -webkit-transform: rotate(0deg);
  }
}

@-moz-keyframes rotation {
  /* line 89, ../sass/my.scss */
  from {
    -moz-transform: rotate(0deg);
  }

  /* line 92, ../sass/my.scss */
  to {
    -moz-transform: rotate(360deg);
  }
}

@-moz-keyframes rotation_left {
  /* line 97, ../sass/my.scss */
  from {
    -moz-transform: rotate(360deg);
  }

  /* line 100, ../sass/my.scss */
  to {
    -moz-transform: rotate(0deg);
  }
}

/* line 104, ../sass/my.scss */
.clear {
  clear: both;
}
