/* line 3, ../sass/style.scss */
body, html {
  background-color: #2f2f2f;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2f2f2f), color-stop(50%, #424242), color-stop(100%, #2f2f2f));
  background-image: -webkit-linear-gradient(top, #2f2f2f 0%, #424242 50%, #2f2f2f 100%);
  background-image: -moz-linear-gradient(top, #2f2f2f 0%, #424242 50%, #2f2f2f 100%);
  background-image: -o-linear-gradient(top, #2f2f2f 0%, #424242 50%, #2f2f2f 100%);
  background-image: -ms-linear-gradient(top, #2f2f2f 0%, #424242 50%, #2f2f2f 100%);
  background-image: linear-gradient(top, #2f2f2f 0%, #424242 50%, #2f2f2f 100%);
  margin: 0;
  height: 100%;
  font-family: sans-serif;
  text-shadow: #AAA 0.1em 0.1em 0.2em;
  text-decoration: none;
}

/* line 14, ../sass/style.scss */
h1 {
  margin-bottom: 5px;
  font-family: monospace;
  padding: 0px;
  text-align: center;
  font-size: 32px;
}

/* line 24, ../sass/style.scss */
h2 {
  margin: 0px;
  padding: 0px;
  text-align: center;
  color: #555;
  font-size: 8px;
}

/* line 32, ../sass/style.scss */
#outer {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
}

/* line 41, ../sass/style.scss */
#inner {
  width: 300px;
  height: 150px;
  margin-left: -150px;
  /***  width / 2   ***/
  position: absolute;
  top: -75px;
  /***  height / 2   ***/
  left: 50%;
  background-color: #ececec;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ececec), color-stop(50%, #cecece), color-stop(100%, #ececec));
  background-image: -webkit-linear-gradient(top, #ececec 0%, #cecece 50%, #ececec 100%);
  background-image: -moz-linear-gradient(top, #ececec 0%, #cecece 50%, #ececec 100%);
  background-image: -o-linear-gradient(top, #ececec 0%, #cecece 50%, #ececec 100%);
  background-image: -ms-linear-gradient(top, #ececec 0%, #cecece 50%, #ececec 100%);
  background-image: linear-gradient(top, #ececec 0%, #cecece 50%, #ececec 100%);
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
  border-width: 2px;
  border-color: black;
}

/* line 56, ../sass/style.scss */
#links {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  width: 150px;
}
/* line 61, ../sass/style.scss */
#links img {
  border: 0;
  height: auto;
  vertical-align: middle;
}
