/* CSS Document */
html{
	overflow:hidden;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	text-align:center;
}
a{
	text-decoration:none;
	color:#666666;
}
a:hover{
	text-decoration:none;
	color:#FFCC00;
}
body{
	background:#000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#flashzone{
	position:absolute;
	left:0px;
	width:100%;
	height:100%;
}

#htmlzone{
	position:absolute;
	left:0px;
	bottom: 0px;
	margin-right:0px;
	margin-left:0px;
	margin-bottom:0px;
	float:left;
	background-image:url("images/back-toolbar.jpg");
	background-repeat:repeat-x;
	width:100%;
	height:25px;
	z-index:50;
}
#globelife{
	position:relative;
	float:left;
	width:25%;
	margin-top:8px;
}
#text{
	position:relative;
	float:left;
	width:50%;
	margin-top:8px;
}
#links{
	position:relative;
	float:right;
	width:25%;
	margin-top:8px;
}



a.info{
    position:relative; 
	PADDING-RIGHT: 3px;
	PADDING-LEFT: 1px;
   	z-index:24; 
   	text-decoration:none
}
a.info:hover{
	z-index:25; 
}

a.info span{
	display: none;
}

a.info:hover span{
	PADDING-top: 10px;
	PADDING-bottom: 10px;
	PADDING-left: 10px;
	PADDING-right: 10px;
   	display:block;
	position:absolute;
   	bottom:12px;
   	left:0px;
	height:300px;
   	width:500px;
  	border:1px solid #fff;
	text-align: justify;
	background-color:#333;
	overflow-y: scroll;
}
strong{
	color:#FFF;
	font-weight:bold;
	font-size:15px;
	margin-bottom:10px;
	margin-top:15px;
}