html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:white;
	font-family:굴림;
	font-size:12px;
	color:#666;
	line-height: 1.7em;
}

div#BWARP {
	position:relative; /* needed for body positioning*/
	 /*margin:0 auto; center, not in IE5 */
	width:1000px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background:url(../BG/common_BG.jpg) repeat-y;
}

div#BWARP_no {
	position:relative; /* needed for body positioning*/
	 /*margin:0 auto; center, not in IE5 */
	width:1000px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background:url(../BG/exhibition_left_BG.jpg) no-repeat left 200px;
}



div#MWARP_we {
	background:url(../BG/we_left_BG.jpg) no-repeat left 200px;
}

div#MWARP_exhi {
	background:url(../BG/exhibition_left_BG.jpg) no-repeat left 200px;
}

div#MWARP_art {
	background:url(../BG/artist_left_BG.jpg) no-repeat left 200px;
}

div#MWARP_lounge {
	background:url(../BG/lounge_left_BG.jpg) no-repeat left 200px;
}

div#MWARP_event {
	background:url(../BG/event_left_BG.jpg) no-repeat left 200px;
}



div#TWARP_we {
	height: 200px;
	background:url(../BG/we_top_BG.jpg) no-repeat;
}

div#TWARP_exhi {
	height: 200px;
	background:url(../BG/exhibition_top_BG.jpg) no-repeat;
}

div#TWARP_art {
	height: 200px;
	background:url(../BG/artist_top_BG.jpg) no-repeat;
}

div#TWARP_lounge {
	height: 200px;
	background:url(../BG/lounge_top_BG.jpg) no-repeat;
}

div#TWARP_event {
	height: 200px;
	background:url(../BG/event_top_BG.jpg) no-repeat;
}








div#BODYCONT {
	position:relative;
	width: 100%;
	padding:0px;
}


div#MWARP {
	width: 100%;
	padding:0px;
}


div#LeftArea {
	width:420px;
	float:left;
	
}

#LeftMenu {
	margin-left:260px;
}


#ContWarp {
	margin-left:421px;
	width: 570px;
	padding-bottom:50px;
}


h1.title {
	margin:25px 0 25px 45px;
}



A {
	COLOR: #666; TEXT-DECORATION: none; font-weight:bold;
}
A:link {
	COLOR: #666;
}
A:visited {
	COLOR: #666;
}
A:hover {
	color: #00bbe7;
}


img {border:none;}
