body {
	background-color: #0099CC;
	margin: 0;
}

#content    {		
	position:absolute;
    left: 50%; 
    top: 50%;
    width: 900px;
    height: 650px;
    margin-top: -325px; /* half of the height */
    margin-left: -450px; /* half of the width */
    border: 1px solid #9bd7eb;
}

.iphone {
	color: #fff;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 2em;
	padding-top: 1em;
	text-align: center;
}	

.iphone a {
	color: #fff;
}	