/* 404 error */
html {
	height:100%;
}
body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background:#eff2f9;
	display:table-cell;
	background:url(../image/404_bg.jpg) top center no-repeat;
	overflow:hidden;
}
.error_div {
	text-align:center;
	margin:0 auto;
	text-indent:-9999px;
	color:#eff2f9;
	font-size:0;
	width:0;
	height:0;
}