@charset "utf-8";
body {
	margin:0px;
	overflow-x:hidden;
	font-size:12px;
	font-family:"굴림", "돋움", Seoul, "한강체";
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#333333;
	background:url(/image/intro_bg.jpg) repeat-x left top;
	background-color:#e6e6e6;
}
img{
	border:0px;
}
a:link {
	color:#000000;
	text-decoration:none;
} 
a:visited {
	color:#666666;
	text-decoration:none;
} 
a:hover {
	color:#9ca97d;
	text-decoration:none;
}
a:active {
	color:#9ca97d;
	text-decoration:none;
}