.footer,
.footer_box_page
{
	height:27px;
}
.footer
{
	margin-top:0px;
	width:100%;
	height:27px;
	background:transparent url(../images/bg_footer.png) no-repeat 50% 0;
	_background: none;
}
.footer_top
{
	margin-top:0;
}
.footer_box_page
{
	width:887px;
	_background-color:#ffd500;
	margin:0 auto;
}
.footer ul
{
	float:right;
	padding-top:5px;
}
.footer ul li
{
	font-size:0.7em;
	float:left;
	padding-right:10px;
	padding-left:10px;
	border-left:1px solid black;
}
.footer ul li.first
{
	float:left;
	padding-right:10px;
	padding-left:0;
	border-left:0;
}
.footer ul li a
{
	text-decoration:none;
}
.footer ul li a:hover
{
	text-decoration:underline;
}
