body{	

	height: 100%;
	min-height: 100%;

}

body h1{
	border-bottom: 1px solid black;
}

footer {
    position: fixed;
    height: 100px;
    bottom: 0;
    width: 100%;
}