* {
	margin: 0;
}
html, body {
	height: 98%;
}
.wrapper {
	min-height: 0%;
	height: auto !important;
	height: 0%;
	margin: 0 auto 0px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 0px; /* .push must be the same height as .footer */
	clear: both;
	float: right;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
.footer a {
	text-decoration: none;
	border-bottom: dotted 1px #555;
	color: #000;
}
.footer a:hover {
	text-decoration: none;
	border-bottom: solid 1px;
	color: #000;
}
:focus {
	-moz-outline-style: none;
}
object {
	outline:none;
}/*Sticky Footer by Ryan Faithttp://ryanfait.com/*/
