@charset "UTF-8";
#page {
    height: 100%;
}

#view {
    background: none;
    text-align: center;
}

h2.corner_title {
    clear: both;
    margin: 0 0 6px 0;
    font-size: 131%;
    border-bottom: 1px solid #cccccc;
}

h3.corner_title {
    clear: both;
    margin: 0 0 6px 0;
    font-size: 116%;
}

@-moz-keyframes posXY {
  0%, 100% {
    top: 120px;
    left: 60px;
}

  25% {
    top: 120px;
    left: 900px;
}

  50% {
    top: 400px;
    left: 900px;
}

  75% {
    top: 400px;
    left: 60px;
}
}

@-webkit-keyframes posXY {
  0%, 100% {
    top: 120px;
    left: 60px;
}

  25% {
    top: 120px;
    left: 900px;
}

  50% {
    top: 400px;
    left: 900px;
}

  75% {
    top: 400px;
    left: 60px;
}
}

@-o-keyframes posXY {
  0%, 100% {
    top: 120px;
    left: 60px;
}

  25% {
    top: 120px;
    left: 900px;
}

  50% {
    top: 400px;
    left: 900px;
}

  75% {
    top: 400px;
    left: 60px;
}
}

@-ms-keyframes posXY {
  0%, 100% {
    top: 120px;
    left: 60px;
}

  25% {
    top: 120px;
    left: 900px;
}

  50% {
    top: 400px;
    left: 900px;
}

  75% {
    top: 400px;
    left: 60px;
}
}

@keyframes posXY {
  0%, 100% {
    top: 120px;
    left: 60px;
}

  25% {
    top: 120px;
    left: 900px;
}

  50% {
    top: 400px;
    left: 900px;
}

  75% {
    top: 400px;
    left: 60px;
}
}

#earth {
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 120px;
    left: 60px;
    -webkit-animation: posXY 8s ease-in-out infinite alternate;
    -moz-animation: posXY 8s ease-in-out infinite alternate;
    -o-animation: posXY 8s ease-in-out infinite alternate;
    -ms-animation: posXY 8s ease-in-out infinite alternate;
    animation: posXY 8s ease-in-out infinite alternate;
}

#sun {
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 120px;
    left: 60px;
    -webkit-animation: posXY 8s linear 2s infinite;
    -moz-animation: posXY 8s linear 2s infinite;
    -o-animation: posXY 8s linear 2s infinite;
    -ms-animation: posXY 8s linear 2s infinite;
    animation: posXY 8s linear 2s infinite;
}
