@charset "utf-8";
body {
	height:100%;
	margin: 0;
	padding: 0;
	font-size: 0.75em;
	font-family: Dotum, sans-serif;
}
* html body {
	font-size: 12px;
}

#error-box{
	position:absolute; 
	top:50%;
	left:50%;
	width:640px;
	height:480px;
	margin-left:-320px;
	margin-top:-240px;
}
#error-box img{
	border: 0 none;
}
