  html, body {
    height: 100%;
	padding-top: 0px; margin-top: -10px; 
    /* The html and body elements cannot have any padding or margin. */
  }

  /* Wrapper for page content to push down footer */
  #wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by its height */
    margin: 0 auto -75px;
  }

  /* Set the fixed height of the footer here */
  #push {
    height: 55px; padding:8px;
  }
  
.zfooter {
  font:normal 15px/1.5em 'Lora', arial, sans-serif;color:#332704;
  color: #4a3905;
}
.zfooter a {color: #000099;}
#footer { background: #333; color:#ffffcc; }
#footer2 { background: #333; position: fixed;
  bottom: 0;
  width: 100%; }
