/**
 * Style sheet StickyFooter
 */
html, body, #wrapper
{
	height:100%;
}

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

#container
{
	width:100%;
	padding-bottom:62px;
}

#footer
{
	position:relative;
	clear:both;
	margin-top:-62px;
}

.clearfix:after
{
	height:0;
	clear:both;
	display:block;
	content: ".";
	visibility: hidden;
}

.clearfix
{
	display: inline-block;
}
