/* hide from ie on mac \*/
html { height: 100%; }
#simpleViewer { height: 100%;}
/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #000;
	color:#000;
}

p {
	width: 54%;
	font-family: arial, helvetica;
	font-color:#FFFFFF;
	font-size: 70%;
	margin-left: 13%;
}

footer {
	text-align: center;
	color:#FFFFFF;
	font-family:"Courier New", Courier, monospace;
	font-size:x-small;
}

simpleViewer {
	background-color:#FFF;
	text
}

ul#list-nav {
list-style:none;
left-margin:5%;
right-margin:5%;
left-padding:5%;
right-padding:5%;
width:1500px;
}

ul#list-nav li {
display:inline;
}

ul#list-nav li a {
text-decoration:none;
padding:5%;
width:5%;
background:#000000;
color:#FFF;
float:center;
text-align:center;
}

ul#list-nav li a:hover {
background:#747170;
color:#000
}
a { color: #FFF; }