#mainCanvas {
	position:relative;
	width: 100%;
	height: 500px;
}

#iphoneScreen {
	position:absolute; 
	right:0px;
	top:10px;
	width:250px;
	height:511px;
}

