body,html {
	margin:0;
	padding:0;
	position:relative;
	display:block;
	width:100%;
	height:100%;
	min-height:800px;
	min-width:414px;
}

body {
	background-color:#333;
	color:#111;
	font:bold 11px/1.4em Helvetica,Arial,sans-serif;
	text-transform:uppercase;
}

#image_wrapper {
	position:absolute;
	top:50%;
	left:50%;
	width:414px;
	height:770px;
	margin:-385px 0 0 -207px;
	background:url(iphone_back.png);
}

#image_wrapper img {
	position:relative;
	top:159px;
	left:47px;
}

#footer {
	position:absolute;
	text-align:center;
	width:100%;
	bottom:0;
	text-shadow:0 1px 0 #555;
}