/*======================================
  STICKY FOOTER STYLESHEET
  --------------------------------------
  Copyright : Voreti Limited
  Author    : Adam Brett
  Revision  : 2
  Date      : 28 Dec 2009
======================================*/

html, body, #wrapper {
	height: 100%;
}

body > #wrapper {
	height: auto;
	min-height: 100%;
}

#main {
	padding-bottom: 100px; /* must be same height as the footer */
}

#footer {
	position: relative;
	margin-top: -100px; /* negative value of footer height + vertical margins on container divs */
	height: 100px;
	clear: both;
}
