body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans;
	margin:0px;
	padding:0px;
	background-color: #EFEFEF;
}

.clickable {
	cursor:pointer;

}

.clr {
	clear:both;
}

.outside{
	margin:0px;
	padding:0px;
}

#scaffold {
	background-image: url('../images/white_gradient_phone.png');
	background-repeat: repeat-x;
	overflow:hidden;
	padding-bottom:0px;	
}

#logo_phone {
	padding-top:12px;
	padding-left:45px;
}


#headline_area {
	position:relative;
	margin-top:26px;
	width:231px;
	padding-left:45px;
}

#features {
	font-size:13px;
	line-height:21px;
	font-weight:normal;
	color:grey;
	padding-left:45px;
	margin-left:15px;
	margin-top:15px;
	
}

#download_button {
	width:230px;
	height:39px;
	margin-left:auto;
	margin-right:auto;
	background-image: url('../images/cta_button_bg.png');
	color:#fff;
	font-size:17ypx;
	font-weight:normal;
	text-align:center;
	position:relative;
	margin-top:20px;
}

#download_text {
	position:absolute;
	top:50%; 
	height:39px; 
	margin-top:-10px; 
	width:230px;
	text-align:center;
}

#no_thanks_button {
	width:230px;
	margin-left:auto;
	margin-right:auto;
	color:#0E57C1;
	font-size:15px;
	font-weight:normal;
	position:relative;
	margin-top:20px
}

#no_thanks_text {
	width:230px;
	text-align:center;
}	

#remember_block {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	text-align:center;
	color:#231f20;
	font-size:15px;
	color:grey;
}

#legal_text {
	font-size:11px;
	color:grey;
	margin-top:25px;
	padding-left:10px;
}

#watermark {
	position:absolute;
	background-image: url('../images/watermark.png');
	width: 315px;
	height:184px;
	top:229px;
	left:-80px;
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 322px) {
/* Styles */
#scaffold {
	background-image: url('../images/white_gradient_phone.png');
	background-repeat: repeat-x;
	overflow:hidden;
	padding-bottom:0px;

	
}

}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 321px) {
/* Styles */

	#scaffold {
		background-image: url('../images/white_gradient_phone.png');
		background-repeat: repeat-x;
		overflow:hidden;
		padding-bottom:0px;
	}

}


/* Desktops and laptops ----------- */
@media only screen and (min-width : 1024px) {
/* Styles */
	#scaffold {
		background-image: url('../images/white_gradient.png');
		background-repeat: repeat-x;
		overflow:hidden;
		min-width:1024px;
		min-height:768px;
		padding-bottom:0px;
	}
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 and high pixel ratio devices ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
#scaffold {
	background-image: url('../images/white_gradient_phone.png');
	background-repeat: repeat-x;
	overflow:hidden;
	padding-bottom:0px;
}

}