.city h1 {
	font: 75%/160% Arial, Helvetica, sans-serif;
	font: bold 280%/100% "Lucida Grande", Arial, sans-serif;
	position: relative;
	margin: 30px 0 0;
	color: #074159;
}
.city h1 span {
	background: url(gradient-white.png) repeat-x;
	position: absolute;
	display: block;
	width: 100%;
	height: 31px;
}

.iphone h1 {
	font: bold 280%/100% "Lucida Grande", Arial, sans-serif;
	position: relative;
	color: #074159;
}
.iphone h1 span {
	background: url(gradient-white.png) repeat-x;
	position: absolute;
	display: block;
	width: 100%;
	height: 31px;
}