    #test_header  { 
	border:1px solid #D40000; 
	background:#FF000A; 
	position:fixed; 
	top:0; 
	left:0; 
	z-index:2000; 
	width:100%;
	max-height:18px;
	box-shadow: 2px 2px 6px #666;
	visibility:hidden;
	opacity:0.5;
	filter:alpha(opacity=50);
}
#test_header h5{
	text-align:center;
	color:#fff; 
	text-decoration:blink;
	margin-top:2px;
}
