#fbsetup .wrapper {
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2);
  display: block;
  width: 550px;
  background: url(../image/small-store.png) no-repeat;
  background-position-x: 95%;
  background-position-y: 100%;
}
#fbsetup .content {
  padding: 16px 234px 20px 20px;
}
#fbsetup .btn {
  /* container: */
  background: #4267B2;
  border-radius: 2px;
  padding: 12px 20px;
  /* Get started: */
  font-family: Helvetica-Bold;
  font-size: 12px;
  color: #FFFFFF;
  text-decoration: none;
  display: inline-block;
}
#fbsetup header {
  display: block;
  background: url(../image/facebook.png) no-repeat #4267B2;
  background-position: 20px center;
  padding: 20px;
}
#fbsetup h1 {
  /* title: */
  font-family: Helvetica;
  font-size: 16px;
  font-weight: bold;
  color: #141823;
  margin: 0 0 10px;
}
#fbsetup p {
  /* copy: */
  font-family: Helvetica;
  font-size: 12px;
  color: #1D2129;
  margin: 10px 0px 14px 0px;
}
