* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	
	min-height: 100%;
	height: auto;
	height: 100%;
	margin: 0px auto -15px; /* the bottom margin is the negative value of the footer's height */

}
.footer {
	height: 15px; /* .push must be the same height as .footer */
	
}
.push a {
	color: #fff;
	text-decoration: underline;
	border: 0;
}
.push p {
	
	bottom: 0px;
	width: 700px;
	padding: 0;
	color: #fff;
	font: 0.8em arial,sans-serif;
	text-align: center;
}
.push {

background: url(rrfoot.jpg) repeat;
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/