#footer {
	position: relative;
	margin-top:	40px;
	background: #ececec url(/_img/index/footer_bg.gif) repeat-x;
	clear:both;
}
#tabs {
	position: relative;
	width: 135px;
	height: 36px;
	left: 20px;
	top: -30px;
	background-image: url(/_img/index/footerTab.gif);
}
#txt_footer {
	position: relative;
	top: -10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
#txt_footer a{
	color: #999999;
	text-decoration: none;
}
#txt_footer a:hover{
	color: #666666;
	text-decoration: underline;
}