html {
	background: #fff url(HandsBG.png) repeat-x bottom left fixed;
	background-size: 320px;
}

body {
	text-align: center;
	font-family: Arial, sans-serif;
	padding-bottom: 10rem;
}

#logo {
	align: center;
	margin: auto;
	max-width: 480px;
    width: 80%;
}

#logo img { width: 100%; }

.step {
	max-width: 375px;
	margin: 0 auto;
}

h1 {
	font-size: 1rem;
	text-transform: uppercase;
	color: #d5922d;
	margin: .25rem auto;
}
h2 {
	font-size: 1.5rem;
	font-weight: normal;
	text-transform: none;
	color: #0576bb;
	margin: 4rem auto 2rem auto;

}
h3 a {
	font-size: 1rem;
	display: block;
	background: #7c001a;
	border-radius: 3rem;
	padding: 1rem;
	color: #fff;
	margin: 2rem auto;
	text-decoration: none;
}
a { color: #7c001a; }