body{
	font-size:14px;
	font-family:Arial,sans-serif;
}


#headband{
	font-size:13px;
	color: #fff;
	font-family:Arial,sans-serif;
	display:block;
	position: fixed;
	height: auto;
	width: 100%;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 10px 0;
	background-color: rgb(0, 0, 0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.7;
	z-index:9999;
}
#btn-Close{font-size: 12px;color:#fff;margin-left:20px;font-weight:bold;}
#btn-Close:hover{font-size: 12px;color:#4285F4;font-weight:bold;}

#link-more a{
	color:#fff;
	text-decoration:underline;
	cursor:pointer;
	padding-left:20px;
	white-space:nowrap;
}