@charset "utf-8";
/*
 *************************************************************************************
 * FileName : layout.css
 * Author : gilhyun
 * Date : 2009.10.09
 * Description : css
 * Revision :
 *************************************************************************************
*/

/*
--------------------------------------------------------------------------------------
setup

*/

*{margin:0;padding:0;}
html{height:100%;}
body{background:#fff;}
hr, legend{display:none;}



/*
--------------------------------------------------------------------------------------
site_cover

*/

#site_cover {background:url(/images/layout/body_bg.gif) repeat-x;position:relative;}



/*
--------------------------------------------------------------------------------------
head

*/

#head{position:relative;height:157px;text-align:center;z-index:999;text-align:left;width:900px;margin:0 auto;text-align:left;}

/*
--------------------------------------------------------------------------------------
contents

*/

#contents{position:relative;margin:0 auto;width:900px;text-align:left;overflow:hidden;clear:both;}
#contents #left{float:left;display:inline;width:180px;}
#contents #right{float:right;display:inline;width:710px;}


/*
--------------------------------------------------------------------------------------
footer

*/

#footer{clear:both;margin:34px auto 0 auto;width:900px;height:102px;text-align:center;padding:0;color:#888;background:url(/images/footer_bg.gif) repeat-x;}




@media print
{
body{color:#000;}
#gnb, #login, #search{display:none;}
}
