#footerGradient {
	background-image: linear-gradient(bottom, rgb(211,213,219) 6%, rgb(155,172,182) 100%);
	background-image: -o-linear-gradient(bottom, rgb(211,213,219) 6%, rgb(155,172,182) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(211,213,219) 6%, rgb(155,172,182) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(211,213,219) 6%, rgb(155,172,182) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(211,213,219) 6%, rgb(155,172,182) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.06, rgb(211,213,219)),
		color-stop(1, rgb(155,172,182))
);
}

#footer {
	padding-top: 10px;
	margin:0 auto;
	width: auto;
	height: auto;
	text-align: center;
	font-size: 9px;
	color: #82858c;
}
