#container #footer{
	
	width:960px;
	background-color:#000;
	position:relative;
	padding:5px 0 30px 0;

}

#footer a{
	text-decoration:none;
	color:#FFF;
}

#footer a:hover{
	color:#fd0107;
}

#footer a.on{
	color:#fd0107;
}

#footer #footer-left{
	float:left;
	width:300px;
}

#footer-left ul{
	list-style:none;
}

#footer-left ul li{
	display:inline;
	padding:0 10px;
	border-right:1px solid #FFF;
}


#footer #footer-right{
	float:right;
	width:660px;
	text-align:right;
}

#footer-right ul{
	list-style:none;
}

#footer-right ul li{
	display:inline;
	padding:0 10px;
	border-right:1px solid #FFF;
}

#copyright{
	width:100%;
	border-top:1px solid #FFF;
	font-size:8px;
	text-align:center;
	padding:2px 0 30px 0;
	background-color:#000;
}

