/*#footer {height: 46px; border-top: 3px solid #97bd47; }*/
#footer {
	clear: both;
   	position:absolute;
   	bottom:0;
   	width:100%;
   	height:46px;   /* Height of the footer */
   	/*background-color:#f7f7f7;*/
   	border-top: 3px solid #97bd47;
	line-height:50px;
}