@charset "utf-8";
/* CSS Document */
#content{
	position:relative; 
	width:60em;
	top:1em;
	padding-top:8em;
	padding-bottom:4em;
	margin-left:auto;
	margin-right:auto;
	z-index:0;
	background-color: #83886a;
	color:#222222;

}
#viewerframe{
	position:relative; 
	width:60em;
	top:2em;
	background-color: #83886a;
	color: #222222;
	z-index:10;
}
#viewer { 	
	position:absolute; 
	top:11em;
	right:0;
	height:328px;
	width:750px;
	z-index:22200;
	border: 1px solid #222222;	
	background-color:#000000; 
}
#viewerinfo { 	
	position:absolute; 
	top:35em;
	right:10px;
	z-index:22200;
	color: #222222;
}
#picture{
	position:relative; 
	top:340px;
	left:6.2em;
	width:200px;
	height:100px;
	background-color:#000000; 
	border: 1px solid #222222;	
	
	}
#text{
	position:absolute; 
	display:inline;/*white-space:nowrap;*/
	position:absolute; 
	top:450px;
	left:22em;
	right:5px;
	background-color: #83886a;
	color:#222222;	
	padding-bottom:4em;

}
#overviewframe{
	position:relative; 
	width:60em;
	top:6em;
	height:12em;
	background-color: #83886a;
	color: #222222;
	z-index:10;
}
#infoframe{
	position:relative; 
	width:60em;
	top:30em;
	height:8em;
	background-color: #83886a;
	color: #222222;
	z-index:10;
}
#overviewpoint{
	position:absolute; 
	width:15em;
	color: #222222;
	z-index:11;
	top:2em;
	text-align:right;
	}
#overviewinfo{
	position:absolute; 
	width:44em;
	left:16em;
	color: #222222;
	z-index:12;
}