@charset "utf-8";
/* CSS Document */

#footerWrapper{
	font:Arial, Helvetica, sans-serif;
	width: 1200px;
	text-align: justify;
	
	border-width:thin;
	border-top-style: solid;
	border-top-color: #000;
	
	margin-left: auto;
	margin-right: auto;	
	margin-bottom: 30px;
	margin-top: 30px;
	
	padding-bottom: 10px;
	
	
	
}