@charset "UTF-8";


footer {
 
background-color: #333;
 
color: #fff;
 
padding: 20px;
 
width: 100%;

height: 80px;

border-style: solid none none none; 

border-width: thin;

border-top-color: #FFF;
 
}

.content p {
	text-align: center;
	
	font-size: 0.8rem;
	
	font-family: "Helvetica Neue Medium", Verdana, Helvetica, Arial;
	
	color: #FFF;
}

