.g-footer {
	max-width: 950px;
	height:40px;
	display: block;
	background-color: #00C;
	background-image: url(../hastings-layout/background-blend.gif);
	margin-left: auto;
	margin-right: auto;
	background-repeat: repeat-x;
	padding-top: 10px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}


@media(max-width:990px) {
.g-footer {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}}

@media(max-width:768px) {
.g-footer {
	height:55px;
}}

	