/* hide from ie on mac \*/
html { height: 100%; }
#simpleViewer { height: 92%;}
/* end hide */

#header {
	width: 40%;
	float: right;
	text-align: right;
	font-family: arial, helvetica;
	font-size: 75%;
	padding: 2%;
}

#header a:hover {
	border-bottom: 1px #fff solid;
	text-decoration: none;
	outline: none;
}

#header a:active {
	border-bottom: 1px #fff solid;
	text-decoration: none;
	outline: none;
}

#header img {
	text-align: middle;
	vertical-align: text-bottom;
}

#title {
	width: 30%;
	float: left;
	font-family: arial, helvetica;
	font-size: 100%;
	padding: 2%;
}

#text {
	width: 90%;
	float: left;
	font-family: arial, helvetica;
	font-size: 100%;
	padding: 2%;
	text-align: center;
}

#footer {
	width: 50%;
	float: right;
	text-align: right;
	font-family: arial, helvetica;
	font-size: 70%;
	padding: 1% 1% 1% 1%;
}

#footer a:hover {
	border-bottom: 1px #fff solid;
	text-decoration: none;
	outline: none;
}

#footer a:active {
	border-bottom: 1px #fff solid;
	text-decoration: none;
	outline: none;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #000;
	color:#FFF;
}
a { color: #FFF; 
	text-decoration: none;
}

