/* -------------------------------------------------------------------------------------------
Áß¾Ó´ëÇÐ±³ Ä¿¹Â´ÏÆ¼È¨ÆäÀÌÁö ÆäÀÌÁö ±¸Á¶ CSS

* CSS Version 	: 1.0
* ÃÖÃÊÀÛ¼ºÀÏ 	: 2008.07.10
* ¸¶Áö¸·°»½ÅÀÏ	: 2008.07.10
* ÀÛ¼ºÀÚ		: ¹ÚÁØÇü
* ¿¬¶ôÃ³		: jhpark@uwayweb.com
---------------------------------------------------------------------------------------------*/

/*°ø¿ë CSS*/
@import url("global.css");

body {
	background: url(../../image/bg.jpg) repeat-x;
/*
	background: url(../../image/bg.jpg) position:relative; repeat-x;
*/
}

div#container{
	height: auto;
	width: 956px;
	margin-right: auto;
	margin-left: auto;
}
#top_menu_new {
	position:absolute;
	margin:0px auto;
	top:110px;
	z-index:1;
}
