body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
}
img.viewer {
	position:absolute;
	border: thin solid black;
	left:50%;
	top:50%; 
}
#header {
	position:absolute;
	top:5px;
	left:0;
}
#menu {
	position:absolute;
	width:100px;
	height:610px;
	z-index:1;
	left: 5px;
	top: 60px;
	border-bottom: thin solid black;
	border-top: thin solid black;
	border-left: thin solid black;
	padding-left:2px;
}
#viewer {
	position:absolute;
	width:810px;
	height:610px;
	z-index:2;
	left: 105px;
	top: 60px;
	padding:0;
	border-bottom: thin solid black;
	border-right: thin solid black;
	border-top: thin solid black;
}
#nav {
	position:absolute;
	width:1100px;
	height:77px;
	z-index:1;
	left: 100px;
	top: 655px;
}
A:link {
	text-decoration: none;
	color:#000;
	}
A:visited {
	text-decoration: none;
	color:#CCC;
	}
A:active {
	text-decoration: none;
	color:#000;
	}
A:hover {
	text-decoration:none;
	color:#CCC;
	}
#footer {
	position:absolute;
	width:910px;
	height:auto;
	z-index:3;
	left: 5px;
	top: 680px;
	text-align: center;
}
#splash {
	position:absolute;
	width:600px;
	height:163px;
	z-index:1;
	left: 50%;
	margin-left:-300px;
	top: 20%;
}
#main {
	position:absolute;
	width:910px;
	height:610px;
	left:50%;
	margin-left:-460px;
	z-index:0;
}
#name {
	position:absolute;
	width:600px;
	height:auto;
	z-index:1;
	left: 50%;
	top: 305px;
	margin-left:-300px;
}

