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

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #000;
	color:#FFF;
}
p {
	width: 54%;
	font-family: arial, helvetica;
	font-size: 70%;
	margin-left: 13%;

}
a { color: #FFF; }

#header {
	width: 100%;
	height: 60px;
	margin: 0px;
	padding: 0px;
	top: 5px;
}
#header .header {
	font-size: 1.5em;
	font-weight: bold;	
}
#back {
	z-index: 2;
	position: absolute;
	top: 100px;
	top-margin: 100px;`
}
