*{
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	position: relative;
	min-height: 100%;
}

#footer {
	position: absolute;
	bottom: 0px;
	height: 80px;
	width: 100%;
}

* {-moz-box-sizing: border-box; box-sizing: border-box;}
