html, body {
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #417327 url(../../images/background.png) repeat-x;
	background-position: top center;
	background-repeat: no-repeat;
	height: 100%; 
}

#footerShadow { 
	background-image: url(../../images/footershadowGreen.gif);
	height: 77px;
	width: 100%;
}