html, body {
	height: 99%;
	width: 98%;
	margin: 0px;
	padding: 0px;
}

#mobileframe {
	height: 100%;
	width: 100%;
	padding: 0;
/*	position: absolute !important;*/
	position: fixed;
	top : 0px !important;
	right : 0;
	bottom : 0px !important;
	left : 0 !important;
	border: none;
}
