#footerbackground {
	width: 100%;
	height: 300px;
	display: block;
	text-align: center;
	background:url(../images/bg_footer.jpg) #c2c3c8 repeat-x;
	background-repeat: repeat-x;
	background-position: left top;
	}
#footer {
	text-align: center;
	width: 965px;
	height: 125px;
	display:block;
	margin: auto;
	}
#footerleft {
	text-align:left;
	width:180px;
	height: 35px;
	padding: 0px;
	float:left;
	display:block;
	}	
#footeright {
	width: 800px;
	height:35px;
	padding: 10px 0px 0px 20px;
	float:left;
	display:block;
	}	
.footertext {
	font-family: tahoma, arial, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	text-align: left;
	font-weight:100;
}
.footertext:link,active,visited {
	font-family: tahoma, arial, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
	text-align: left;
}
.footertext:hover {
	font-family: tahoma, arial, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	text-align: left;
}