#footer {
	clear:both;
	background: url(../img/footer/bck_footer.jpg) repeat-x;
	/*background:#1A1A1A;*/
	height:30px;
	text-align:left;
	font-family:Arial;
	font-size:10px;
	color:#fff;
	margin-top: 0px;
	margin:auto;
	width:100%;
}
.push{
	clear:both;
}
.footer, .push {
	height: 30px; /* .push must be the same height as .footer */
	
}

#foot_left_middle{
	display:block;
	float:left;
	padding-top:10px;
	text-align:left;	
}


#foot_middle{
	display:block;
	float:middle;
	text-align:left;
	margin-left:400px;
	padding-top:0px;
}

.text_foot{
	font-family:Arial;
	font-size:10px;
	color:#fff;
}

a.text_foot{
	text-decoration:none;
}

a.text_foot:hover{
	text-decoration:underline;
}

