/*------------------------------------------------------------------------------------------------------------------------------
* @file 			_index.css
* @author 	hadamai <hadamai@naver.com>
* @brief 		CSS / TAG & ID & CLASS
------------------------------------------------------------------------------------------------------------------------------*/

#pgContainer {height:100%; background:#1d1e1e; overflow:auto; left:0; top:0;}

/*------------------------------------------------------------------------------------------------------------------------------
* Body Area
------------------------------------------------------------------------------------------------------------------------------*/
	#bdContainer {min-height:100%; margin:0px 0px -79px 0px;}
	*html #bdContainer {height:100%;}
		#bdContents {padding:0 0 78px 0; margin:0 0 50px 0;}

/*------------------------------------------------------------------------------------------------------------------------------
* Footer Area
------------------------------------------------------------------------------------------------------------------------------*/
	/*#ftContainer {clear:both; height:41px; margin:20px 0px 0px 0px; border-top:solid 1px #4a4a4a; }*/
		/*#ftImage {height:21px; margin:6px 20px 13px 0px; text-align:right;}*/

	#ftContainer {clear:both; width:100%; height:58px; margin:20px 0px 0px 0px;}
		#ftButton { width:292px; height:17px; float:right; margin:0 20px 0 0;}
			#btnFooter {float:left;}
		#ftLine {clear:both; width:100%; height:6px; border-top:solid 1px #4a4a4a; font-size:1px;}
		#ftImage {float:right; height:21px; margin:0px 20px 13px 0px; text-align:right;}