/*==================    Maintenance    ======================*/
#Maintenance {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(/images/main/Maintenance.png) 50% 50% no-repeat rgb(237, 233, 223, 99.29);
}
#Error404 {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(/images/main/Maintenance.png) 50% 50% no-repeat rgb(237, 233, 223, 99.29);
}