.footer {
	width: 100%;
	height: 70px;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0px;
	background:#90dd3c;
	border-top: 1px solid #777777;
}
.footer ul {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	list-style-type: none;
}
.footer ul li {
	font-size: 0.9em;
	line-height: 2.5em;
}
.footer ul li + li {
	margin-left: 30px;
}	
}
.footer ul li a {
	text-decoration:none;
}
.footer ul li a:link { color: #3b3b3b; }
.footer ul li a:visited { color: #3b3b3b; }
.footer ul li a:hover {
	color: #3b3b3b;
	text-decoration:underline;
}
.copyrightdiv{
	width: 100%;
	font-size: 0.9em;
	text-align: center;
	line-height: 2em;
}