footer
{
	margin-top: 273px;
    background: black;
    color: white;
	text-align: center;
	padding: 50px 0;
}
#footer
{
	position: relative;
}
#footer:before
{
	content: '';
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 100%;
	height: 150px;
	background: rgb(0,0,0);
	background: linear-gradient(to top, rgba(0,0,0,1) 10%, rgba(255,255,255,1) 100%);
	z-index: -1;
}