#footer {

	border-top: solid 1px #aaaaaa;
	padding: 10px 0;
	text-align: center;
	color: #000;
	font-size: 12px;
	line-height: 20px;
    background-color: #e22323;
}

#footer img{
	vertical-align: middle;
}
#footer p{
	width:680px;
	font-size: 14px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

#footer p .imggovb{
	position: absolute;
	left: -100px;
	top: 30px;
}
#footer p .imgsearch{
	position: absolute;
	right: -100px;
	top: 40px;
}