#popup {
	width: 600px;
	height: 530px;
	overflow: hidden;
	position: relative;
	background: #fff url(./iphone4_bg.png) no-repeat 20px 20px;
}

#popup .content {
	width: 300px;
	float: right;
	padding-top: 270px;
}

.content p, .content h2, .content img {
	margin: 0;
	padding: 0;
	color: #111;
	text-align: left;
	float: left;
}

.content h2 {
	font-size: 24px;
}

.content p {
	font-size: 13px;
	padding-bottom: 10px;
}
