@charset "utf-8";

/* common definition */
body {
	margin:			0px;
	padding:		0px;
}
a {
	color:			#407632;
	font-weight:		bold;
	text-decoration:	none;
}
a:hover, a:focus {
	text-decoration:	underline;
}
.hide {
	display:		none;
}

/* global navbar */
#ts3skip {
	display:		none;
}
#ts3bar_div {
	position:		absolute;
	margin:			0px;
	padding:		0px;
	left:			0%;
	top:			0%;
	width:			100%;
	background-color:	#225414;
	z-index:		10;
}
#ts3bar {
	margin:			5px;
	padding:		0px;
	color:			white;
	font:			8pt "Tahoma", "Verdana", "Luxi Sans", "Arial", "Helvetica", "굴림", "Gulim", "은 돋움", "Baekmuk Gulim", sans-serif;
}
#ts3bar a {
	color:			white;
	text-decoration:	none;
	font-weight:		normal;
}
#ts3bar a:hover, #ts3bar a:focus {
	text-decoration:	underline;
}

/* document structure */
h1 {
	position:		absolute;
	left:			0%;
	top:			0%;
	height:			50%;
	width:			100%;
	background:		#4F823F url('../img/logo_title.png') bottom center no-repeat;
	margin:			0px;
	font:			0pt sans-serif;
	text-indent:		-1000em;
	margin:			0px;
}
h2 {
	position:		absolute;
	left:			50%;
	top:			50%;
	height:			20px;
	width:			245px;
	background:		url('../img/logo_subtitle.png') top center no-repeat;
	margin:			1px 0px 0px -123px;
	font:			0pt sans-serif;
	text-indent:		-1000em;
}
#enter {
	display:		block;
	position:		absolute;
	left:			50%;
	top:			50%;
	height:			60px;
	width:			280px;
	margin:			-40px 0px 0px -140px;
	font:			0pt sans-serif;
	text-indent:		-1000em;
}
address {
	position:		absolute;
	left:			0%;
	top:			100%;
	height:			40px;
	width:			100%;
	margin:			-40px 0px 0px 0px;
	padding:		0px;
	font:			8pt "Tahoma", sans-serif;
	color:			#4F823F;
	text-align:		center;
	line-height:		150%;
}

