* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -150px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 160px; /* .push must be the same height as .footer */
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/

.footer {
	position: relative;
	width: 100%;
	text-align:center;
	margin: 0 auto;
	background: url(../i/obi_bg.png) repeat-x;
	padding:10px 0 0 0;
	background-color:#ffffff;
	height: 140px;
}


.footer img{ border:none}

.footer a{ border:none;}

.footer a hover{ border:none;}