* {
	margin:0;
	padding:0;
	border:0;
	line-height:18px;
}
body {
	font: 12px helvetica;
	color:#555;
	background:url(../img/iphone.jpg) no-repeat 535px 25px #ffffff;
}
p {
	padding:5px;
}
h1 {
	color:#000;
	font-weight:bold;
	font-size:22px;
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
	padding-bottom:10px;
}
li {
	list-style-type:square;
	margin-left:20px;
}
#config {
	margin:5px;
	padding:10px;
	background-color:#ccc;
	white-space:nowrap;
	
}
#content {
	position:absolute;
	left:50px;
	top:40px;
	width:475px;
}
#title {
	font-size:48px;
	line-height:48px;
}
#sub-title {
	font-size:18px;
	color:#aaa;
}
#appstore {
	background:url(../img/appstore.jpg) no-repeat left center;
	width:300px;
	height:75px;
}
#testimonial {
	padding:5px;
	font-style:italic;
}
#menu {
	padding:10px;
	color:#aaa;
}
a:link, a:visited, a:hover {
	color:#000;
	font-weight:bold;
}
#footer {
	color:#aaa;
}

