@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	height: 100%;
}
#error {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
#error-404 {
	background-color: #366bb1;
}
#error-404 .error-404 {
	background-image: url('/template/img/error/error404.jpg');
	width: 410px;
	height: 372px;
	position: absolute;
	margin: auto;
	top: 50%;
	left: 50%;
	margin-top: -186px;
	margin-left: -205px;
}