html{
	overflow: hidden;
}
body{
	height:100%;
	width:100%;
	overflow: hidden;
	background-color: #333333;
}
#bro{
	height:100%;
	width:100%;
	position:absolute;
	left:0;
	top:0;
	overflow:hidden;
	background-color: #333333;
}


.textContent_e {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 2px;
	color: #000000;
	line-height:0.1em;
}
.textContent_j {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 2px;
	color: #000000;
	line-height:0.1em;
}
.text10_e {
	font-family:Tahoma, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #777777;
}

a:link {
	text-decoration: none;
	color: #777777;
}
a:visited {
	text-decoration: none;
	color: #777777;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}


