#footerbackground {
	width: 100%;
	height: 300px;
	display: block;
	text-align: center;
	background:none;
	background-repeat: repeat-x;
	background-position: left top;
	padding:0px 0px 0px 0px;
	}
#footer {
	text-align: center;
	width: 990px;
	height: 175px;
	display:block;
	margin:auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	}
#footerleft {
	text-align:left;
	width:180px;
	height: 35px;
	padding: 0px;
	float:left;
	display:block;
	}	
#footeright {
	width: 900px;
	height:55px;
	padding: 5px 0px 0px 20px;
	float:left;
	display:block;
	background:url(../images/img_footer2.png) no-repeat;
	text-align:center;
	}	
.footertext {
	font-family: tahoma, arial, sans-serif;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-weight:100;
	width:840;
}
.footertext:link,active,visited {
	font-family: tahoma, arial, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
	text-align: left;
}
