@import url(http://fonts.googleapis.com/css?family=Montserrat);

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background: url("../img/background.jpg") scroll no-repeat center bottom transparent;
  background-size: cover;
  position: relative;
  font-family: "Montserrat", sans-serif;
}

.teaser {
  position: fixed;
  top: 40px;
  left: 50%;
  margin-left: -165px;
  width: 330px;
  color: #00bcd4;
}

.teaser strong {
  display: inline-block;
  border: 4px solid #00bcd4;
  font-size: 32px;
  line-height: 32px;
  padding: 10px;
  text-transform: uppercase;
  background: #FFF;
}
