body#notFound{
	background-color: #eeeeee;
}
body#notFound * {
	font-family: sans-serif;
}
body#notFound h2{
	color: #666666;
}
body#notFound p{
	color:#999999;
}
body#notFound b a{
	color:#0099CC;
	font-size: 75%;
	font-style: normal;
}
body#notFound b a:hover{
	color: #FF00A7;
	text-decoration: none;
}
body#notFound h1 a{
	background-image: url("/_site/img/kr_logo.png");
	background-position: top center;
	background-repeat: no-repeat;
	height: 24px;
	width: 160px;
	margin-left: auto;
	margin-right: auto;
	text-indent: -9999px;
	overflow: hidden;
	margin-bottom: 25px;
	display: block;
	
}
body#notFound h1 a:hover{
	opacity: 0.65;
	-moz-opacity: 0.65;
}