html {
	background-image: linear-gradient(rgba(139, 197, 224, 1), rgba(255, 255, 255, 1) 150px, rgba(255, 255, 255, 1) 300px, rgba(45, 25, 5, 1) 300px);
	background-color: rgba(45, 25, 5, 1);
	background-repeat: repeat-x;
	height:100%;
	font-size: 24px;
}
body {
	background-image: url(../images/ground.png);
	background-color: transparent;
	background-repeat: repeat-x;
	min-height:100%;
	color: #cec0ad;
	position: relative;
	padding-bottom: 3em;
}

footer {
	position: absolute;
	bottom: 0;
	padding: 1em;
	width: 100%;
	height: 3em;
	background-image: url(../images/dirt.png);
	background-color: transparent;
	background-repeat: repeat-x;
}