body {
  font-family: 'Quicksand', sans-serif;
}

body {
  margin: 0px;
  padding: 0px;
  background-color: #FFF;
}

a {
  text-decoration: none;
}

#placeholder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 100;
  background-color: #FFF;
}

#bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -50;
  background-attachment: fixed;
  background-color: black;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

#greeting {
  opacity: 0;
  transition: opacity 200ms ease-in-out;
  -webkit-transition: opacity 200ms ease-in-out;
  margin: 0px auto;
  font-size: 24px;
  height: 20px;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 10px;
}

#greeting span {
  padding: 5px;
/*          border-bottom: 1px solid #FFF;*/
  border-bottom: 1px solid #000;
}

div.title {
  font-size: 11px;
}

#bgCaption {
  opacity: 0;
  transition: opacity 200ms ease-in-out;
  -webkit-transition: opacity 200ms ease-in-out;
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 9px;
  text-align: right;
  z-index: 50;
}

#links {
  opacity: 0;
  transition: opacity 200ms ease-in-out;
  -webkit-transition: opacity 200ms ease-in-out;
  position: absolute;
  text-align: center;
  bottom: 10px;
  padding-top: 20px;
  font-size: 12px;
  width: 100%;
  height: 30px;
}

#about {
  margin-bottom: 6px;
}

#about span {
  font-size: 10px;
  border-bottom: 1px solid #FFF;
  padding: 0px 5px 1px 5px;
}

#links a {
  padding: 0px 10px;
  text-decoration: none;
}
