html, body { 
margin: 0px;
padding: 0px;
font-family: georgia, verdana, sans-serif;
background-color: #000;
 hidden;
}
img {border: 0px;}


a {
text-decoration: none;
color:#84E34A;
}
a:hover	{
text-decoration: none;
background:#84E34A;
color:#84E34A;
}
a:visited {
text-decoration: none;
color:#84E34A;
}
a:visited:hover {
text-decoration: none;
background:#84E34A;
color:#ffffff;
}

.top_title { 
color: #666;
font-size: 12px;
text-align: center;
position: absolute;
padding: 0px;
padding-top: 10px;
width: 500px;
height: 100px;
border: 3px solid #000000;
left: 180px;
top: 0px;
z-index: 5;
}

.top_menu { 
color: #666;
font-size: 12px;
text-align: left;
position: absolute;
padding: 0px;
padding-top: 10px;
padding-left: 25px;
width: 65%;
height: 35px;
border: 1px solid #666;
left: 220px;
top: 55px;
z-index: 6;
}

#top_topics { 
border: 1px solid #333;
background-color: #111;
color: #777;
font-size: 12px;
padding:2px;
width: 140px;
height: 20px;
position: absolute;
right:10px;
top:10px;
z-index: 101;}

.sidebox1 { 
position: absolute;
cursor: crosshair; 
left:0px;
top:0px;
width:165px;
z-index: 6;}

.sidebox2 {
width: 140px;
height: 100%;
position: absolute;
right:0px;
top:100px;
z-index: 4;}


.outside {
position: relative;
top: 110px;
left: 0px;
right: 0px;
width:100%;
height: 100%;
margin-left: 160px;
margin-right: 140px;
z-index: 9;
}





	.word {
		cursor: pointer;
		color: #666;
		position: absolute;
		z-index: 1;
	}
	.word_over {
		cursor: pointer;
		color: #FFF;
		position: absolute;
		z-index: 1;
	}
	.word_zoom {
		position: absolute;
		font-weight: bold;
		z-index: 0;
	}
	
	
	

	#Side_box {
		position: absolute;
		background: #111;
		border: gray solid 1px;
		visibility: hidden;
	}
	#Side_screen {
		position: absolute;
		left: 0px;
		width: 160px;
		height: 100%;
		background: #000;
	}
	#Side_box img  {
		position: absolute;
		border: gray solid 1px;
		cursor: pointer;
	}
	#Side_box span {
		position: absolute;
		color: #ccc;
		font-family: verdana;
		font-size: 12px;
		width: 160px;
	}
	#Side_box a {
		text-decoration: none;
		background:#ff8000;
		color:#ffffff;
	}
	#Side_box a:hover	{
		text-decoration: none;
		background:#ff8000;
		color:#ffffff;
	}
	#Side_box a:visited {
		text-decoration: none;
		background:#ff8000;
		color:#ffffff;
	}
	#Side_box a:visited:hover {
		text-decoration: none;
		background:#ff8000;
		color:#ffffff;
	}
	#Side_lnk {
		visibility: hidden;
	}