@charset "utf-8";

/* Layout **********/
/* body#idName 은 지정순위가 높으므로 주의 */
/* body.main 으로 지정하여 사용바람 */

html,body { width:100%; height:100%; }
body { margin:0; padding:0; width:100%; height:100%; }

body#main { background: !important;}
body#main #container { position:relative; margin:0 auto;width:100%; height:auto !important; /* real browsers */ height:100%;/* IE6: treaded as min-height*/ min-height:100%; /* real browsers */ margin-bottom:-200px; /* 아래 #bottom 와 높이를 맞추는게 아주 중요함 */}
body#main #header { position:relative; width:984px; height:0px;padding:0;margin:0 auto;background: transparent !important;z-index:101;}
body#main #wrap { position: absolute;padding:0;margin:0 auto;left:0;top:0;width:100%; height:100%;background: transparent !important; z-index:50;}

/* top 메뉴 */
body#main #topmenu { position: absolute;left:0; top:0px; width:100%;height:48px; z-index:9999999;}

body#main #visual{ display:none !important;}



body#main #footer_outer {position:relative; margin:0 auto; width:100%;height:200px; clear:both !important; bottom:0;background: transparent !important;/* stick to bottom */ z-index:101;}

body#main #footer { margin:0; width:100%; height:60px; background-color:#000000;}

body#main #footer .menu { position:relative;  margin:0 auto; text-align:center; background-color:#F90; height:131px;}



