html, body {
  background: #777375;
  color: #0b0b1e;
  height: 100%;
  font-size: 20px;
  font-family: "Andale Mono", "Courier New", courier, monospace; }

#wrapper {
  width: 100%;
  height: 100%; }
  #wrapper #slide_1, #wrapper #slide_2 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 800px;
    height: 200px;
    margin-left: -400px;
    margin-top: -100px;
    text-align: center;
    font-size: 4em;
    line-height: 1.75em; }
    #wrapper #slide_1 span.dot, #wrapper #slide_2 span.dot {
      color: #777375;
      background: #0b0b1e;
      display: inline-block;
      height: 150px;
      width: 150px;
      -moz-border-radius: 90px;
      -webkit-border-radius: 90px;
      border-radius: 90px;
      -webkit-box-shadow: 20px 20px 100px 10px #979395;
      box-shadow: 20px 20px 100px 10px #979395; }
      #wrapper #slide_1 span.dot span:nth-child(1), #wrapper #slide_2 span.dot span:nth-child(1) {
        color: #ff0c0e; }
      #wrapper #slide_1 span.dot span:nth-child(2), #wrapper #slide_2 span.dot span:nth-child(2) {
        color: #0eff0c; }
      #wrapper #slide_1 span.dot span:nth-child(3), #wrapper #slide_2 span.dot span:nth-child(3) {
        color: #0d0eff; }
  #wrapper #slide_2 {
    display: none;
    width: 704px; }
#wrapper #slide_1 span.dot {
  font-size: .75em;
}
