html {
  background: url(bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
  font-family: Lato, Helvetica, Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

a {
  color: #000;
}

#info {
  border-radius: 10px;
  background: #fff;
  padding: 20px;
  width: 260px;
  margin: 10px;
}
