@import url(default.css);
@import url(main.css);
@import url(sub.css);
@import url(contents.css);



* {margin:0; padding:0;}

#wrap {
  width:100%;
  margin:0 auto;
  position:relative;
  text-align:center;
  }

.comment{
	position:absolute;
	left:-10000px;
	width:1px;
	height:1px;
	overflow:hidden;
}

/* 상단 */
#header {
	width:1056px;
	margin:0 auto;
	height:636px;
  padding:0 0 34px 0;
	}
.header_left{
 background:url(/images/main_left_bg.gif) repeat-x;
 height:636px;
 background-position:right top
 }
.header_right{
  background:url(/images/main_right_bg.gif) repeat-x;
  height:636px;
  background-position:left top
 } 

 
	
/* 내용 */
#container {
  width:1056px;
  margin:0px auto;
  padding:0px;
  height:133px;
  }	
    
    
    
/* footer */
#footer {
	width:100%;
	height:70px;
  border-top:#4d4d4d 1px solid;
  margin:0px auto;
  text-align:center;
	}    
.copy {
  width:1056px;
  height:70px;
	text-align:center;
  margin:0px auto;
  }   	
.copy_text {
  height:23px;
	text-align:left;
  margin:24px 0px 0px 11px;
  }    	