.footer{
	width:100%;	
	position: absolute;	
	bottom: 0;		
	text-align: center;
	height:135px;
	font-size: 18px;
}
.footer-info{
	padding-top: 15px;
	background: #E83643;
	color:#ffffff;
}
.footer-info a,.footer-info a:link,.footer-info a:visited  {
	font-size: 35px;
	text-decoration: none;
	color:#ffffff; 	
}
.footer-info a:hover{
	color:#BBBCC0;
}
.footer-copyright{
	padding-top: 3px;
	padding-bottom: 3px;
	background: #F2F2F2;
	color: #c0c0c0;
	font-size: 16px;
}
.footer-copyright a,.footer-copyright a:link,.footer-copyright a:visited  {
	text-decoration: none;
	color:#c0c0c0;
}
.footer-copyright a:hover{
	color:#ffffff;
}
.clear{
	clear:both;
}