﻿/*******************************************************************************************/
/*  작 성 자 : (주)익스코어
/*  작 성 일 :  2009.
/*  수 정 일 :  2009.
/*  버     전 :  0.0.1
/*  설     명 :  메인 페이지 하단 메뉴 설정
/*  위     치 :  /css/common/footer/main/layout.css
/*******************************************************************************************/

/* 배경이미지 설정 */
div.footer-background-image
{
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	
	width: 82.16em;
	margin: 0 0 0 0;
	padding: 1.9em 0 0 0;
}

/* 하단 메뉴 설정 */
div#MainWrapper div#Footer
{
	position: relative;
	top: 10em;
	left: 0;
	z-index: 20;
	
	clear: both;
	width: 83.33em;
	height: 7.5em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
