﻿#footer {

	border-top: solid 1px #aaaaaa;
	padding: 10px 0;
	text-align: center;
	color: #000;
	font-size: 12px;
	line-height: 20px;
    background-color: #888888;
}
#footer .line{
	width: 100%;
	height:2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #aaaaaa;
}
#footer img{
	vertical-align: middle;
}
#footer p{
	font-size: 14px;
	line-height: 40px;
	color: #fff;
	text-align: center;    
}
#footer b{
	font-size: 14px;
	line-height: 40px;
	color: #dddddd;
	text-align: center;
	font-weight: normal;
}