
/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
	list-style: none;
	border: none;
/*	font-size: 12px;*/
	text-decoration: none;
}
.foot{
	width: 100%;
	height: 132px;
    clear: both;
	background: #cac4c4;
}
.foot_min{
	width: 1000px;
	height: 132px;
	text-align: center;
	line-height: 15px;
	margin: 0 auto;
}
.foot_logo{
	width: 168px;
	height: 53px;

	margin: 0 auto;
	margin-bottom: 10px;
}
.foot_logo img{
	margin-right: 20px;
	margin-top: 10px;
}
