  @media only screen and (min-width: 1600px) { 
  /* For large screens */ 

.page {
		width:1243px;
		height: 957px;	
		margin: 20px;	
		background-image: url('../images/phones/iPad-1024.jpg');
		background-repeat: no-repeat;
		position: relative;
		}	

iframe {
	position: absolute;
	top: 173px; left: 109px;
}
			
.caption {
	margin-top: 120px;
}

a.browse {
	top: 420px; left: -44px;
	z-index: 1000;

}

a.right 				{ 
	left: 1090px;
	}
	
.navi {
	top: 0px; left: 1130px;
}
	}