.foot {
	/*width:100%;*/
	height: auto;
	background-image: url(/styles/images/common/f_bg.jpg);
	background-repeat: repeat-x;
	margin-top: 50px;
	font-size: 12px;
	text-align: center;
	color: #fff;
	padding: 30px 0px 0;
	line-height: 220%;
	min-width: 1100px;
}

.foot a {
	color: #fff;
}

.foot a:hover {
	color: #FF3A35;
	text-decoration: none;
}