

.footer {
	width: 992px;
	margin:0 auto;
	margin: 0px auto 0 auto;
	background-color: #FFFFFF;
	color: #6e6e6e;
	font-size: 12px;
	line-height: 12px;
	padding-top:20px;
	padding-bottom:20px;
  
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
}

.footer  p{
	width:900px;
	margin:0 auto;
	line-height:18px; 
	}



footer.footer p.disclaimer {
	margin-top: -8px;
	line-height: 16px;
}
/* line 44, ../sass/footer.scss */
footer.footer p.rights {
  margin-top: 30px;
}
/* line 48, ../sass/footer.scss */
footer.footer p a {
  color: #6e6e6e;
  text-decoration: underline;
}
/* line 51, ../sass/footer.scss */
footer.footer p a:hover {
  color: #a5a5a5;
}
