.footer_cnt
{
	width:100%;
	height:60px;
	background:#404040;
}
	.footer_mid
	{
		width:890px;
		height:60px;
		margin:auto;
		padding:0 10px 0 0;
		background:black;
		text-align:right;
		color:#ffc600;
	}
	.footer_mid div
	{
		padding:10px 0 6px 0;
	}
		.footer_mid div a
		{
			color:#ffc600;
			font-weight:bold;
			font-size:12px;
			font-family:inherit;
		}
		.footer_mid div a:hover
		{
			text-decoration:underline;
		}
	.footer_mid span
	{
		font-size:10px;
		color:#a1a1a1;
	}
.foot_nav ul li
{
	display: inline;
}
	