/* ******************* STICKY FOOTER ******************* */
#Push {padding-bottom: 130px;}  /* must be same height as the footer */

#Footer {position: relative;
	margin-top: -130px; /* negative value of Footer height */
	height: 130px;
	clear:both;
	background-image: url(images/gfx_2.png);
	background-repeat: repeat-x;
	text-align:center;
	padding-top:20px;
	margin-top:15px;
	} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* ******************* STICKY FOOTER ******************* */