* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body{
	display: block;
	position: fixed; 
	top: 0px; 
	left: 0px; 
	bottom: 0px; 
	right: 0px; 
	width: 100%; 
	height: 100%; 
	border: none; 
	overflow: hidden;
}

iframe{
	display: block;
	position: fixed; 
	top: 0px; 
	left: 0px; 
	bottom: 0px; 
	right: 0px; 
	width: 100%; 
	height: 100%; 
	border: none; 
	overflow: hidden; 
	/* background-image: url("../images/bck-green.jpg"); */
}
