body {
  margin: 0px;
  padding-top: 0px;
  background: #000000;
  background-image: url("../images/background.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
}
.centerAligned {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#content {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 861px;
}
#header {
  height: 250px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-image: url("../images/puck_logo.png");
  background-repeat: no-repeat;
  background-position: 200% top;
}
#video {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-image: url("../images/video_bg.png");
  width: 861px;
  height: 490px;
  clear: both;
}
#tagline {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 15px;
}
#app_store {
  float: left;
}
#social {
  float: right;
}
#smash_logo {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 5px;
}
#footer {
  position: relative;
}
.overlap {
  position: absolute;
  width: 861px;
}
