#footer
{
	float:left;
	clear:both;
	display:block;
	position: fixed;
	bottom: 0;
	width:100%;
	background: #444;
	height:40px;
	line-height:1.5em;
	z-index:20000;
}

#f_wrap
{
	margin:0 auto;
	background: #444;
	width:720px;
	text-align:left;
	line-height:1.5em;
	height:150px;
	color:#fff;
	z-index:20000;
}
#f_wrap #left
{
	font-size:11px;
	float:left;
	width:720px;
	margin-top:10px;
}
#f_wrap #left span
{
	margin-right:20px;
}
#f_wrap #left a
{
	color:gray;
}

#f_wrap #left a:hover
{
	color:white;
	text-decoration:none;
}
#f_wrap #left a.list
{
	padding:0px 10px;
}
#f_wrap #left a.list:hover
{
	text-decoration:underline;	
}
#f_wrap #right
{
	float:left; 
	width:0px;
}