img {
  border-style: none;
}

#container {
	margin:11px auto 0px auto;
	position:relative; /* puts container in front of distance */
	height:764px; /* 640px + 36px + 36px */
	width:704px; /* allows room for shadows */
}

.bordershadow {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	border-color:#E5E5E5 #DBDBDB #D2D2D2;
	border-style:solid;
	border-width:1px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.3);
	background:#FFFFFF none repeat scroll 0 0;
}

/* 
 * iPhone Column
 * center inside container
 */
#iphone {
	position:absolute;
	left:151px;
	top:12px;
	height:740px;
	width:400px;
	float:left;
	background-image:url(iphoneportrait.jpg);
}

#screen {
	margin-top:140px;
	margin-left:42px;
	height:480px;
	width:320px;
	border:none;
}

#homebutton {
	margin-top:10px;
	margin-left:165px;
	height:70px;
	width:70px;
	cursor:pointer;
}
