* {margin:0px;padding:0px;}

ul, li, ol									{list-style-type:none;}
h1, h2, h3									{display:none;}
/* strong, b									{letter-spacing:-1px;} */
img											{border:0px;}
body, div, td, th, input, select,textarea	{font:9pt arial,verdana,µ¸¿ò,dotum,;color:#898989;line-height:130%;}
.clear		{clear:both;}


html,
body {
	height: 100%;	/* body¿Í htmlÀÇ ³ôÀÌ¸¦ 100% ·Î ÁöÁ¤ */
	margin: 0;
	padding: 0;
	background:#FFFFFF;
}
#center {
	width: 100%;	/* ÆøÀÌ³ª ³ôÀÌ°¡ ÀÏÁ¤ÇØ¾ß ÇÕ´Ï´Ù. */
	height: 500px;	/* ÆøÀÌ³ª ³ôÀÌ°¡ ÀÏÁ¤ÇØ¾ß ÇÕ´Ï´Ù. */
	position: absolute;
	top: 50%;	/* È­¸éÀÇ Áß¾Ó¿¡ À§Ä¡ */
	/*left: 50%;	/* È­¸éÀÇ Áß¾Ó¿¡ À§Ä¡ */
	margin: -250px 0 0 0;	/* ³ôÀÌÀÇ Àý¹Ý°ú ³ÊºñÀÇ Àý¹Ý ¸¸Å­ margin À» ÀÌ¿ëÇÏ¿© Á¶Àý ÇØ ÁÝ´Ï´Ù. */
}


a 	{color:#898989;text-decoration:none;}
	a:link		{text-decoration:underline;}
	a:visited	{text-decoration:underline;}
	a:hover		{text-decoration:underline;} 
	a:active	{text-decoration:underline;}

#under-construction	{width:100%;height:350px;background:#FFFFFF;text-align:center;}
#Footer				{padding-top:10px;font:8pt Trebuchet MS,tahoma,arial,verdana;color:#3C3C3C;line-height:130%;text-align:center;}