.body {
  font-family: Arial;
  font-size: 12px;
  background: #005683;
}
h1  {
  margin: 0;
}
#wrapper {
  margin: 0 auto 0 auto;
  background: url(images/bg.jpg) no-repeat;
  width: 685px;
  height: 580px;
  padding: 20px;
  font-family: Arial;
  font-size: 18px;
}

#logo {
	margin: 60px 0 0 40px;
}

#content {
  margin: 40px 0 0 45px;
  width: 650px;
  color: #fff;
}

#cta-button {
  margin: 50px 0 0 0;
  text-align: center;
}

#how-to-text {
	color: #fff;
	text-align: center;
	font-size: 16px;
}

#how-to-text a {
	color: #fff;
}



#footer {
  margin: 55px 0 0 0;
  font-size: 11px;
  color: #ffffff;
  text-align: center;
}

#footer a {
  color: #ffffff;
}