/*embedCss*/

.iPhoneFull {
	position:absolute;
	//top:0;
	//left:0;
	width: 100%;
	height:100%;
}

.wrapper_iPhoneFull {
	//position:absolute;
	//top:0;
	//left:0;
	width: 100%;
	height:100%;
position: fixed;
top:0;
	background-color:black;
}

.section_iPhoneFull{
	position:absolute;
	z-index:999;
	//top:0;
	//left:0;
	width:100%;
	height:100%;
}