*{
	margin:0;
}
html, body, #body{
	height:100%; width:100%;
	margin:0; padding:0;
	min-height:100%;
}

html>body, html>body #body {
	/* For mozillas */
	height: auto;
}


#body{
	position:absolute;
	top:0px; left:0px;
}

#footer{
	position: absolute;
	bottom: 0;
	height:60px;
	width:100%;
	padding:0px 0;
	text-align:center;
	background:#000; color:#fff;
}

#content{
	padding-bottom:70px;
}
/* */
.clear{
	height:0px; clear:both; display:block; font-size:0px; line-height:0; margin:0; padding:0;
}
