footer {
	height: auto;
	display: block;
	position: fixed;
	color: grey;
	background-color: white;
	width: 100%;
    bottom: 0px;
	right: 0px;
	left: 0px;
}

footer .buttons {
	width: 20%;
    float: left;
    height: 100%;
	text-align: center;
}

#footerline {
	margin-bottom: 0.4em;
	width: 100%;
	border-top: 1px solid #55adff;
	border-bottom: 1px solid #4b249e;
}

#footerline .footerline1 {
	width: 100%;
	border-top: 1px solid #eb8ac0;
	border-bottom: 1px solid #ff3630;
}