
html, body {
	height:100%;
	margin:0;
	padding:0;	
}

.wrapper {
	height:100%;	
}

header {
	width:100%;
	height:100px;

}

article {
	height:100%;
}

footer {
	width:100%;
	
}

.sticky-toe {
	background:#333;
	width:100%;
	color:#FFF;			
}

.sticky-heel {
	background:#444;
}
