@charset "UTF-8";

#header h1{
	font-size:36px;
	font-style:normal;
	margin-left:40px;
	margin-top:30px;
}

#iPhoneIcons{
	position:relative;
	float:left;
	top:0px;
	left:0px;
	width:80%;
	margin:160px 10% 10px 10%;
	
	font-family: Myriad Pro, Helvetica, Arial, sans-serif;
	color: #9c9fa2;
	font-weight: lighter;
	overflow:hidden;
}


#iPhoneIcons #App1{
	width:45%;
	position:relative;
	float:left;
	top:0px;
	left:0px;
}

#iPhoneIcons img{
	width:80%
}


#iPhoneIcons #App2{
	width:45%;
	position:relative;
	float:right;
	top:0px;
	right:0px;
}


