@import url("common.css");
@import url("board.css");
@import url("popup.css");

body{
	margin:0; 
	padding:0;
	color:#7B7B7B;
	font-family: Dotum, "µ¸¿ò",;
	font-size:12px;
	width:100%;
	height: 100%;
	line-height: 135%; /* ÀüÃ¼ ÅØ½ºÆ® °£°Ý Á¶Á¤ */
	background:#06080A
}
#wrap{
	margin:0 auto;
	width:980px;position:relative;
}
#header{position:absolute;z-index:999;}
#quick{position:absolute;top:78px;left:-18px;z-index:999;}
#subVi_helpdesk_img{position:absolute;
 top:87px;
 right:0;
 z-index:99;
 }
#subVi_helpdesk{position:relative;z-index:1}
#totalview_01{
	position:absolute;top:200px;left:40px;
	width:1px;
	height:1px;
	z-index:99999999;
}
#container{position:relative;

	top:-31px;
	width:980px;
	}
#left_menu{
	float:left;
}

#body_container{
	background:url('../images/common/content_bg.gif') top left no-repeat;
	width:708px;
	float:right;
	margin-top:30px;
	padding:0 25px 0 25px;
	min-height:675px;
	height:auto !important; /*ÀÍ½º 6.0 min-height ÇÙ*/
¡¡ 	height:675px;
}
#top_content{
	padding:37px 0 0 0
}
#content{
	clear:both;
	padding:15px 30px;
}

#body_container_bottom{
	background:url('../images/common/content_bg_bot.gif') top left no-repeat;
	width:758px;
	height:20px;
	float:right;
}
#footer{clear:both;}
