#alert
{
	overflow: hidden;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #0072bc;
	z-index:500;
	height: 0;
	color: #fff;
	font: 20px/55px arial, sans-serif;
	opacity: .8;
}
