/*-- Simple CSS Reset -- */


html, body {
	padding: 0;
	margin: 0;
	width:100%;
	height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}


/* -- Body styles -- */


body {
	background-color: #fff;
}


/* -- Header styles -- */

#frame {
	width:100%;
	height: 100%;
	border: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100
}

#qr {
	display:none;
	background-image: url('../img/qr.png');
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	bottom:10px;
	left:10px;
	width:100px;
	height:100px;
}