@charset "utf-8";
html {
	height:100%;
	width:100%;
	overflow:auto;
}

body {
	background-color:#FFF;
}

.clear{
	clear:both;
}

#container {
	position:absolute;
	z-index:10;
	top:0;
	right:0;
	bottom:10;
	left:0;
	margin: 5% auto auto auto;
	padding-left:5%;
	padding-right:5%;
	width:75%;
	min-width:600px;
	height: 75%;
	min-height:450px;
	overflow:hidden;
}

.frame {
	position:relative;
	margin:0 auto auto auto;
	width:100%;
	height: 90%;
}

.reading{
	position:absolute;
	top:0;
	right:0;
	bottom:10;
	left:0;
	margin:auto;
	background-image:url(../imgs/bck.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
	width:75%;
	height:75%;
}

.lines{
	position:absolute;
	width:100%;
	height:100%;
	overflow:hidden;
}

#stripes{
	position:absolute;
	width:88%;
	height:88%;
	background-image:url(../imgs/lines.png);
	background-repeat:repeat;
	cursor:move;
}

.buttons_1{
	display:block;
	margin-top:0.5%;
	margin-right:1%;
	margin-left:-3px;
	height:5%;
	width:3%;
	float:left;
	background-image:url(../imgs/txt.png);
	background-size:contain;
	background-repeat:no-repeat;	
}

.buttons_2{
	display:block;
	margin-top:0.5%;
	margin-right:1%;
	height:5%;
	width:3%;
	float:left;
	background-image:url(../imgs/diagram.png);
	background-size:contain;
	background-repeat:no-repeat;
}