html, body, .contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */

html>body, html>body .contents {
	height: auto;
}

/*
 * Without this, Moz1.0 adds a vertical scrollbar
 */

.contents {
	position: absolute;
	top: 0;
  left: 0;
}

.footerWrapper {
	position: absolute;
	bottom: 0;
	width:100%;
}

.main {
	margin-bottom: 350px;
	height: auto;
}

                    
