#main, #overlay {
	background-repeat: no-repeat;
	background-position: center top;
}
#main {
	background-image: url(iPhone.jpg);
	height: 790px;
}
#overlay {
	background-image: url(overlay.png);
	position: absolute;
	top: 177px;
	width: 320px;
	height: 480px;
}
#imgs {
	width: 9999px;
	margin: 0;
}
#overflower {
	overflow: hidden;
	padding-top: 152px;
}
#imgs li {
	float:left;
	margin-right: 120px;
	list-style:none;
}
#imgs li img {
	width: 320px;
	height: 480px;
}
#about {
	padding-top: 22px;
	text-align: center;
	margin-bottom: 10px;
}
