@charset "UTF-8";
/* CSS Document */


body {
	background-color: #FFF;
	margin: 0;
	padding: 0;
	}

#wrapper {
	position:fixed;
	width:100%;
	height:100%;
	overflow:hidden;
	margin: 0 auto;
}

#readout {
  color: black;
}

.texturePic {
  display: block;
  position: absolute;
  height: 100%;
  width:100%;
  top:0px;
  left:0px;
  margin: 0 auto;
  
}

