div#footer{
	width:100%;
	float:left;
	clear:both;
	background:#000 url('../images/footerBackground.png') repeat-x scroll top left;
	height:130px;
}

div#footerCon{
	margin:10px auto;
	text-align:center;
	color:#fff;
}

div#footerCon a:link, div#footerCon a:visited, div#footerCon a:active{
	color: #FFF;
	font-size:12px;
	font-weight:normal;
	font-family:arial;
	text-decoration:none;
}

div#footerCon a:hover{
	color: #FFF;
	font-size:12px;
	font-weight:normal;
	font-family:arial;
	text-decoration:none;
}

div#footerGrass{
	background:transparent url('../images/footerGrass.png') no-repeat top center;
	width:753px;
	height:36px;
	margin:-36px auto;
	padding-top:36px;
	text-align:left;
}

span.footTextWhite{
	font-size:10px;
}

span.footTextYellow{
	color:#e5e50c;
	font-size:10px;
}