/*------------------------------------------*/
/*											*/
/*		IOMeeting Public Web Site			*/
/*		module:	Common						*/
/*		Auther:	Botao & Joseph	2007.11		*/
/*											*/
/*		footer style						*/
/*------------------------------------------*/

@CHARSET "UTF-8";

/*--footer style--*/
body{
	text-align			:	center;
}
.divFooterWhole{
	margin				:	0 auto;
	width				:	850px;
}
.divFooterTop{
	width				:	850px;
	height				:	16px;
	background			:	transparent url(../resource/image/Footer/imgFooterMiddleBTBG_1037.gif) no-repeat 0 0;
}
.divFooterLinks{
	width				:	850px;
	height				:	28px;
	background			:	transparent url(../resource/image/Footer/imgFooterMiddleBTBG_1037.gif) no-repeat 0 bottom;
	text-align			:	center;
}
.divFooterLinksInner{
	width				:	800px;
	margin				:	auto;
	text-align			:	center;
}
.divFooterCopyright{
	width				:	850px;
	background			:	transparent url(../resource/image/Footer/imgFooterMiddleBTBG_1037.gif) no-repeat 0 -20px;
}
.divFooterBottom{
	width				:	850px;
	height				:	14px;
	background			:	transparent url(../resource/image/Footer/imgFooterBottomBG.gif) no-repeat 0 0;
}
.tblFooterMiddleBT{
	height				:	27px;
	margin				:	0 auto;
}
/*--footer style ended--*/
