BODY {
	margin:0px;
	padding:0px;
	background-image:url(img/bg.gif);
	background-repeat:repeat-x;
	background-color:#FBFAF5;
}

A {
	color:#556476;
}

DIV#title {
	float:left;
}

	DIV#title h1 {
		margin-top:0px;
		margin-bottom:0px;
	}

	DIV#title A {
		width:300px;
		height:50px;
		background-image:url(img/logo.gif);
		background-repeat:no-repeat;
		overflow:hidden;
		text-indent:-300px;
		margin-top:0px;
		margin-bottom:0px;
		display:block;
	}

DIV#menu {
}

	DIV#menu A.feature {
		display:block;
		float:right;
		width:90px;
		height:50px;
		background-image:url(img/menu_feature.gif);
		background-repeat:no-repeat;
		overflow:hidden;
		text-indent:-300px;
	}

	DIV#menu A.document {
		display:block;
		float:right;
		width:114px;
		height:50px;
		background-image:url(img/menu_document.gif);
		background-repeat:no-repeat;
		overflow:hidden;
		text-indent:-300px;
	}

	DIV#menu A.download {
		display:block;
		float:right;
		width:116px;
		height:50px;
		background-image:url(img/menu_download.gif);
		background-repeat:no-repeat;
		overflow:hidden;
		text-indent:-300px;
	}

	DIV#menu DIV.info {
		clear:right;
		text-align:right;
		padding-right:15px;
		height:20px;
		font-size:10pt;
		font-family:tahoma;
	}

		DIV#menu DIV.info DIV.language {
			float:left;
			padding-left:12px;
		}

			DIV#menu DIV.info DIV.language A.korean {
				display:block;
				text-align:left;
				float:left;
				width:34px;
				height:15px;
				background-image:url(img/lang_ko.gif);
				background-repeat:no-repeat;
				overflow:hidden;
				text-indent:-300px;
			}

			DIV#menu DIV.info DIV.language A.english {
				display:block;
				text-align:left;
				float:left;
				width:51px;
				height:15px;
				background-image:url(img/lang_en.gif);
				background-repeat:no-repeat;
				overflow:hidden;
				text-indent:-300px;
			}

DIV#body {
	clear:both;
	text-align:center;
}

	DIV#body DIV.container {
		text-align:left;
	}

DIV.break-right {
	clear:right;
}

DIV.break-left {
	clear:left;
}

DIV#google_adsense {
	clear:left;
	text-align:center;
	margin-top:10px;
}

	DIV#google_adsense DIV.container {
		border:1px solid darkgray;
		width:468px;
		height:60px;
		margin:0px auto;
	}

DIV.sf {
	clear:both;
	margin:10px auto;
	padding-top:20px;
	width:auto;
	text-align:center;
}
