@charset "utf-8";

/* css 파일 추가 */
@import url(contents.css);
@import url(footer.css);


/*배경*/
#main_bg{background:url(../images/main_bg.jpg) #ebe8e1 repeat-x;}

/*layout*/
#wrap{width:980px; margin:0 auto;}

/*contents_info*/
.contents_info{line-height:180%; text-align:justify; position:relative;}

