#footer{
	height: 71px;
	width: 100%;
	background-image: url("../images/footer.png");
	background-repeat: repeat-x;
	color: #ffffff;
/*	position: fixed; */
	bottom: 0px;
}
#footer .container{
}

#footer .container .left .copyright{
	font-size: 10px;
	color: #bababa;
}
#footer .container .left .copyright a:hover{
	text-decoration: underline;
}
#footer .container .left .moreInfo{
	font-size: 16px;
	font-weight: bold;
	height: 40px;
	margin-top: 10px;
}
#footer .container .left .moreInfo .tel{
	font-weight: normal;
	color: #bababa;
}
#footer .container .left .moreInfo .mail{
	font-weight: normal;
	color: #bababa;
}
#footer .container .right .socialMedia{
	text-align: right;
	margin-top: 10px;
	height: 40px;
}
#footer .container .right .createdBy{
	text-align: right;
	font-size: 10px;
	color: #bababa;
}