* {
	margin: 0;
}
html, body {
	height: 100%;
}


.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
}

.links a:link,.links a:visited{
	color: #819c36;
	font: 13px Arial;
	font-weight: bold;
	word-spacing: 0em;
	margin: 5px;
}

.links {
	color: #819c36;
	font: 13px Arial;
	font-weight: bold;
	word-spacing: 0em;
	margin: 5px;
}

.footer , .push {
	height: 50px; /* .push must be the same height as .footer */
	color: #efefdb;
	font: 13px Arial;
	font-weight: bold;
}

.footer a:link,.footer a:visited{
	
	color: #efefdb;
	font: 13px Arial;
	font-weight: bold;
}


/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/
