@charset "utf-8";

#mainWrapper {position:relative; margin:0 auto; width:960px;}
#mainWrapper .wrap {background:url("../../imgs/header/conBg.png") no-repeat 0 0; _background:url("../../imgs/header/conBg.gif") no-repeat 0 0;}

/* 메인 레이아웃 */
#mainWrapper #header {
	position:relative;
	margin:0 auto;
	width:960px;
	height:65px;
	z-index:10;
}
#mainWrapper #content { 
	position:relative;
	margin:0 auto;
	width:960px;
	background:url("../../imgs/header/conBg2.png") repeat-y 0 0; _background:url("../../imgs/header/conBg2.gif") no-repeat 0 490px;
}
#mainWrapper #footer { 
	position:relative;
	margin:0 auto;
	width:960px;
	height:100px;
}