* {
	padding:0;
	margin:0;
}
body {
	font-family:sans-serif;
}
#wrapper {
	width:100%;
	max-width:480px;
	margin:0 auto;
}
#headline {
	margin-top:5%;
	margin-bottom:5%;
	font-size:1.8em;
	text-align:center;
	font-weight:bolder;
}
.subhead {
	font-size:0.8em;
	color:#555;
}
.main-img {
	width:100%;
}
#list {
	color:#555;
	margin:5%;
	list-style:none;
	list-style-position:outside;
	font-size:1.05em;
}
#list li {
	margin-bottom:5px;
	background-image:url(http://cdn.offersupply.com/de_mia02/images/checkmark.37f18bee1beab82b740ea65a0367bb0a.png);
	background-repeat:no-repeat;
	padding-left:30px;
}
.btn-cont {
		display:block;
	margin:0 auto;
	width:80%;
}
.button {
	width:100%;
	-webkit-appearance: none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color:#79bbff;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0px;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:2em;
	font-weight:bold;
	height:65px;
	line-height:65px;
	text-decoration:none;
	text-align:center;
}