html {
	height: 100%;
}
html, body {
	background: #fff;
	color: #666;
}
body {
	font: normal normal normal 10px/1.25em Verdana, Geneva, sans-serif;
	min-height: 100%;
}
.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}
.clearfix:after {
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden;
	line-height: 0;
	height: 0; 
}
