@charset "utf-8";
/* CSS Document */

/* (c) Daniel Krummacker */

body {
  padding-bottom: 50px;
}

.footer {
	background-color: #3c9803;
	padding: 0;
	position: fixed;
	bottom: 0px;
	left: 0;
	right: 0;		
	width:100%;
	height:30px;
	margin-left: 0px;
	z-index: 9998;
	
}

h6 {
	margin-left:60px;
	margin-top: 10px;
	
}

