@charset "utf-8";
/* CSS Document */

  
  body {
  background-color: #0082be;
  font-family: 'Roboto', normal;
  color:#CCCCCC;
  overflow:hidden;
}

  
 body a { text-decoration:none;
  color:#FFFFFF;
		}
		
  body a:hover { text-decoration:none;
  color:#FFFF00;
}		

.container {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -64.5px;
  margin-top: -85.5px;
}

.shadowFrame {
  width: 130px;
  margin-top: 15px;
}

.shadow {
  animation: shrink 3s ease-out infinite;
  transform-origin: center center;
}

.shadow ellipse {
  transform-origin: center center;
}

