body {
	text-align: center;
	font-family: 'Lucida Grande', 'Tahoma', 'Trebuchet MS', 'Georgia';
}
.header {
	height: 375px;
	position:relative;
    margin: 0 auto;
    width:100%;
	background: url(blue.gif) repeat-x;
	
}
.footer {
	position: relative;
	width: 100%;
	height: 81px;
	margin: 0 auto;
	background: url(newgrass.jpg) repeat-x;
}
.footer a {
	color: #fff;
	text-decoration: underline;
	border: 0;
}
.footer p {
	position: absolute;
	left: 0;
	bottom: 4px;
	width: 700px;
	padding: 0;
	color: #fff;
	font: 0.8em arial,sans-serif;
	text-align: center;
}