#flashcontent {
	height: 600px;
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	z-index: 1;
}
body {
	background-color: #ffffff;
	margin: 0px;
	background-image: url(images/bg4.jpg);
}
#streetSweepFooter{
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;	
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 10;
	color: #fff;
}
#streetSweepFooter a{
	float: left;
	width: 100%;
	color: #fff;
	background: #005682;
	text-decoration: none;
	padding: 8px 0;
}
#streetSweepFooter a:hover{
	background: #fef869;
	color: #005682;
	text-decoration: none;
}
