* {	margin: 0; } 	html {	overflow: -moz-scrollbars-vertical; }html, body {	height: 100%;	background: silver;}#wrapper {	/* STRUCTURAL PARAMETERS */	min-height: 100%;	height: auto !important;	height: 100%;		/* OTHER PARAMETERS */	position: relative;	width: 750px;	margin: 0 auto -40px; /* the bottom margin is the negative value of the footer's height */}	#footer, #push {	height: 40px; /* .push must be the same height as .footer */ }#push {	clear: both;}#footer {	position: relative;	width: 750px;	margin: 0 auto;	text-align: center;}p {	padding: 0 0 1em;	 }	div#footer p {	padding: 0em; }/* Sticky Footer Style Developed by Ryan Fait, http://ryanfait.com/sticky-footer/ */