.foot_box{
	width: 100%;
	height: 140px;
	color: #ffffff;
	background-color: #333333; 
	text-align: center;
	float: left;
}
.foot_box .foot_text{
	width: 100%;
	height: 24px;
	float: left;
}
.foot_box .foot_text_first{
	margin-top: 22px;
}
#foot_table {
	margin: 0px auto;
	width: 100%;
	height: 100%;
	color: white;
}

#foot_table tr td {
	border: 1px #292a38 solid;
	width: 50%;
	padding: 1%;
}

#foot_table tr td a {
	color: white
}