.maintenance {
	position: fixed;
	top:0px;
	left: 0px;
	width: 100%;
	padding: 2px 0px 2px 0px;
	text-align:center;	
	background-color:#EEEEEE;
	color:#333633;
}

.maintenance:hover
{
	opacity:0.0;
	filter: alpha(opacity=0);
}