/*==================================================
	전체적으로 적용될 레이아웃
==================================================*/

#GRP_contain{
	width:990px;
	min-height:100%;
	margin:0px auto;
	background:url(images/copy_right.gif) no-repeat left bottom;
}
.GRP_menu{
	float:left;
	width:100%;
	margin:0 0 5px 0;
}
.GRP_contants{
	float:right;
	width:100%;
	margin:0 0 10px 0;
}
.GRP_foot{
	clear:both;
	width:100%;
	height:97px;
	margin:10px 0 0 0;
}

	.GRP_foot div.inform{
		float:right;
		width:200px;
		margin:20px;
	}

	.GRP_foot dl{ display:none; }
	.GRP_foot span{ display:none; }
