.footer-container	{
	width: 100%;
	height: 115px;
	padding-bottom: 0px;
	background-color: #e7e7e7;
	background-image: url(../img/f_logo.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.footer	{
	width: 980px;
	height: 115px;
	margin: auto;
}

.f-copy	{
	width: 300px;
	height: 25px;
	text-align: left;
	float: left;
	font-size: 18px;
	font-family: "OpenSansRegular";
	color: #606060;
	margin-top: 50px;
}

.f-phone	{
	width: 260px;
	height: 38px;
	text-align: right;
	float: right;
	font-size: 26px;
	font-family: "OpenSansBold";
	color: #525252;
	background-image: url(../img/f_phone.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 45px;
}