html, body {
	height: 			100%;
	margin: 			0px;
	padding:			0px;
}
#container {
	min-height: 		100%;
	margin-bottom: 		-31px;
	position: 			relative;
	background-color: 	#9FD319;
}
#footer {
	height: 			31px;
	position: 			relative;
}
.clearfooter {
   height: 				31px;
   clear: 				both;
}
