footer{
	background-color: #010101;
	width: auto;
	color: #999;
	position:relative;
	box-shadow: inset 0px 16px 19px -17px #000000;
	-webkit-box-shadow: inset 0px 16px 19px -17px #000000;
	-moz-box-shadow: inset 0px 16px 19px -17px #000000;
	-o-box-shadow: inset 0px 16px 19px -17px #000000;
}

footer .row{
	margin: auto;
	width: 100%;
	max-width:1100px;
	display:table;
	border-spacing:25px;
}
footer .column{
	display: table-cell;
	vertical-align:top;	
}
footer .column h1{
	font-size: 15px;
	color: #FF0000;
	font-weight: normal;
}
footer .copyright{
	text-align:center;
	display:block;
	margin: auto;
	color: #999;
	background-color: #333;
	padding:25px;
	font-weight: lighter;
	font-size: 12px;
	}
.die{
	display:none;
}

@media only screen and (max-width: 600px) {
	footer .row, 
	footer .column{
	display:block;
	width:auto;
	}
	footer .column{
		padding:25px;
		}
	footer .column ul{
		margin:0px;
		}	
}

