body, html {width: 100%; height: 100%;}

body{
	background: #F3F3F3;
	margin: 0;
	padding: 0;
	}

iframe#myViewerContent {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	border-top: solid 0px #000;
	border-bottom: solid 0px #000;
	z-index:1;
	
}

@media only screen and (max-width: 480px)  {
	
	.flexy-menu {display: none;}
	
}