@charset "utf-8";
/* CSS Document */

body {
	background-color: #ECECEC;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: "돋움";
	font-size: 12px;
	line-height: 160%;
	color: #666666;
}
p {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.error_zone {
	background-image: url(../images/404_page.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
	width: 796px;
	height: 214px;
	position: relative;
	padding-left: 51px;
	margin-top: 50px;
	margin-bottom: 0px;
	padding-top: 220px;
}
.error_zone a span {
	display: none;
}

.before_page {
	display: inline-block;
	height: 40px;
	width: 111px;
	position: absolute;
	left: 56px;
	top: 322px;
}
.main_page {
	position: absolute;
	height: 40px;
	width: 111px;
	left: 176px;
	top: 322px;
}
