#green_footer {
	background: url('../images/bg.gif');
	width: 952px;
	height: 30px;
	border-top:solid 1px ;
}

	#green_footer p.gift {
		line-height: 30px;
		float: left;
		color: white;
		padding-left: 10px;
	}
	
	#green_footer p.humor {
		line-height: 30px;
		float: right;
		color: white;
		padding-right: 10px;
	}
	
div#footer {
	margin: 0 auto;
	height: 47px;
	clear: both;
	padding-top: 7px;
}

	div#footer p {
		font-size:90%;
		padding-bottom: 1em;
		text-align: center;
		color:#003366;
	}

		div#footer p a{
			color:#003366;
			font-weight:bold;
		}
