
#floatbar {
  position: fixed;
	bottom:				0;
	left:				0;
	width:				100%;
	padding:			4px;
	background-color:	silver;
	text-align:			center;
	
	-moz-opacity:		.90; 
	-ms-filter:			"alpha(opacity=90)"; 
	filter:				alpha(opacity=90); 
	opacity:			.90;
	
}
