#footer{width:100%; background-color:#303030;}
	.footerArea{width:1200px; margin:0 auto; padding:10px 0 10px;}
	.f_img{width:125px; margin:0 auto;}
		.f_img img{width:100%;}
	.f_text{width:100%; height:100px; text-align:center; color:#989898; font-size:14px; line-height:1.5em; height:100%; padding-bottom:20px;}
		.dash{padding:0 5px; color:#666; font-size:10px; vertical-align:top;}

@media screen and (min-width:768px) and (max-width:1200px){
	.footerArea{width:90%;}
		.f_img{margin:10px auto;}
		.f_text{font-size:14px;}
}

@media screen and (min-width:320px) and (max-width:767px){
	.footerArea{width:90%;}
		.f_img{margin:0 auto 5px; width:100px;}
		.f_text{font-size:10px;}
}
