﻿.footer{
	float: left;
	position: relative;
	top:  100px;
	width: 100%;
	height: 80px;
	background: #943232;}
.footer-txt{
	width: 1000px;
	height: 40px;
	margin: auto;
	font-size: 12px;
	color: #ededed;
	padding-top: 15px;
	padding-bottom: 10px;}

.page{
		width: 100%;
		height: 50px;
		font-size: 14px;
		color: #000;}
	.page-li a{
		display: block;
		text-decoration:none;
		text-align: center;
		font-size: 14px;
		color: #aaa;
		display: inline;
		padding: 2px 10px 2px 10px;
		margin: 0px 2px 0px 2px;
		border: solid 1px #ddd;}
	.page-li a:hover{
		border: solid 1px #943232;
		background: #943232;
		color: #fff;}