.footer
{
border-top:solid 1px gray;
}

div#links{
width:100%;
text-align:center;
}

div#social_media{
width:100%;
text-align:center;
background:black;
}

div#copyright{
width:100%;
text-align:center;
color:white;
}

@media (min-width: 800px)
{

	div#copyright{
		text-align:right;
	}
	
	div#links{
		float:left;
		width:25%;
	}
	
	div#social_media{
		float:left;
		width:50%;
	}
	
	div#copyright{
		float:right;
		width:25%;
	}
}