 #idFixBar {
	left: 0px; width: 100%; top: 0px; position: fixed; z-index: 100;
}
 #idFixBarBottom {
	color:#FFFFFF;
	left:0px;
	height:26px;
	/*width:100%;
	background-color:Blue;
	Text Always Center */
	line-height:26px;
	/* position on bottom */
	top: 0px;
    /* Thay: bottom: 0px; = top: 0px; neu muon o tren dau trang */
	position: fixed;
	z-index: 100;
	/* transparent background */
	opacity:.75;
	filter: alpha(opacity=0); 
	-moz-opacity: 0.75;	
}