body,div
{
	font-family:helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	color:black;
	background-color:#ffffff;
	margin:0px;
}
body
{
	margin:0;
}
a
{
	text-decoration:none;
	color:#000000;
}
a:hover
{
	text-decoration:underline;
	color:#0000FF;
}
.headerbox
{
	position: absolute;
	left: 60px;
	z-index: 1000;
	top: 20px;
	width:250px;
	padding: 0px 0px 0px 10px;
	background-color: transparent;
}
.header
{
	text-align:right;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 30px;
	text-transform: uppercase;
	background-color: transparent;
}

.header a
{
	font-size: 11px;
	text-transform: none;
	float:right;
	font-style: italic;
}
.container
{
	z-index:1;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
}

.textbox
{
	position:absolute;
	width:330px;
	height:100%;
	left:100px;
	top:0px;
	padding:0px;
	overflow: auto;
	color:black;
	background-color:transparent;
	background-color:#efefef;
	visibility:visible;
	z-index:99;
}
.content 
{ 
	position:relative;
	background-color:transparent;
	padding: 100px 10px 10px 10px;	
}
.content p
{
	line-height:200%;
	letter-spacing:1.8px;
	text-indent:0;
	text-align:left;
}
#langlink
{
	position:absolute;
	bottom:80px;
	width:100px;
	z-index:500;
	text-align:center;
}
.lang
{
	font-size:9px;
	font-weight:bold;
}
#about_textbox
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	visibility: hidden;
	background-color: transparent;
	margin: 0 15% 0 15%;
	padding: 8em 4em 10em 4em;
	z-index: 505;
	line-height:1.7em;
	text-align: justify;
	border-left: #DDD 1px solid;
}


#about_background
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	visibility: hidden;
	background-color: #FFFFFF;
	z-index: 499;
	opacity: 0.85;
	filter=alpha(opacity=85);
}
.imageView
{
	position:absolute;
	left:430px;
	top:0;
	right:0;
	overflow:hidden;
	height:100%;
	background-color:white;
}
#imageLayer
{
	position:relative;
	left:0;
	top:0;
	cursor:move;
	width:10px;
}

.footer
{
	position: absolute;
	left: 60px;
	bottom: 20px;
	padding: 0px 0px 0px 10px;
	background-color: transparent;
	z-index: 200;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
}

#debug
{
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 50px;
	height: 15px;
	color: #0F0;
	text-align:center;
	font-family: Monaco, Courier, Monospace;
	font-size:9px;
	background-color: transparent; /* #000000; */
}




















