/* hide from ie on mac \*/
html { height: 100%; }
#simpleViewer { height: 92%;}
/* end hide */

body {

	height: 100%;
	margin: 0;
	padding: 0;
	background: #222222;
	font-family: 'gill sans', helvetica, arial, sans-serif;
	color:#FFF;
}
p {
	width: 64%;
	font-family: 'gill sans', helvetica, arial, sans-serif;
	font-size: 80%;
	margin-left: 13%;
}
a { color: #FFF; }
