@charset "utf-8";
/* CSS Document */

.footer{ margin-top:25px;}
	.footer ul{ width:100%;}
	.footer li{ line-height:20px; width:80px; height:20px; background:#1B371B; color:#fff; text-align:center; float:left; margin-right:1px;}
		.footer li a{ display:block; width:80px; height:20px; background:#1B371B; color:#fff; text-decoration:none;}
		.footer li a:hover{ background:#285128; color:#fff;}
	
		.copyright{ color:#285128;}
