body,html{
	background-color: #eeeeee;
}
#main{
	background: #eeeeee url(images/bgIndex2.png) center no-repeat;
	height: 650px;
	width: 1030px;
	padding: 0;
	margin: 0 auto;
}
#footer{
	float: left;
	text-align: right;
	width: 1020px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px;
	background-color: #eeeeee;
	padding: 5px;
	color: #295439;
	line-height: 12px;
}
#footerSpacer{
	height: 650px;
}

a{
	color: #1f402c;
	text-decoration: none;
}
a:hover{
	color: #1f402c;
	text-decoration: underline;
}