#bottom {
	background-image: url(../int/top_bk.png);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 990px;
	height: 33px;
	vertical-align: top;
	text-align: center;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
}
#bottom div{
	line-height: 25px;
}
#bottom a{
	text-decoration: none;
	color: #ffffff;
	padding-left: 2px;
	padding-right: 2px;
}
#bottom a:hover{
	background-color: transparent;
	text-decoration: none;
	color: #000000;
	padding-left: 2px;
	padding-right: 2px;
}
#bottom a.on{
	text-decoration: none;
	color: #f2a8a8;
	padding-left: 2px;
	padding-right: 2px;
	
}
#bottom a:hover.on{
	background-color: transparent;
	text-decoration: none;
	color: #f2a8a8;
	padding-left: 2px;
	padding-right: 2px;
}