
  #wrap {
    width:355px;
    margin:0 auto;
    background:#011d32;
  }
  #header {
    padding:0px 0px;
    background:#011d32;
  }

  #info {
    padding:0px 0px;
    background:#011d32;
    color
  }

  P {
      color: #FFF !important;
      font-size: 13px;
  }

  h1 {
      margin:0;
    }

  #main {
    float:left;
    width:325px;
    padding:15px;
    background:#FFF;
    border-top: 1px solid grey;
  }
  h2 {
    margin:0 0 1em;
  }
  #footer {
    clear:both;
    padding:0px 0px;
    background:#cc9;
  }
  #footer p {
    margin:0;
    }
  * html #footer {
    height:1px;
  }

.button {
  transition-duration: 0.1s;
}

.button {
  width: 100px;
  background-color: #FFFFFF;
  border-radius: 3px;
  vertical-align: middle;
  border: none;
  color: black;
  padding: 5px 10px 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  border: 1px solid black;
  float: right;
}

.button:hover {
  background-color: #1aa7e0;
  color: white;
}

@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic);

/* UNIVERSAL */

html,
body {
  background-color: #000;
  background-image: url("");
  background-repeat: repeat-y;
  font-family: 'Lato', Helvetica, sans-serif;
  background-size:cover;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  font-size: 100%;
  color:#000;

}

  background-color: #000;
}
/* ROOT FONT STYLES */

* {
  v
  color: #333447;
  line-height: 1.5;
}

