#footerbackground {
	width: 100%;
	height: 45px;
	display: block;
	text-align: center;
	background:url(../img/bg_Footer.jpg) repeat-x #3159d9;
	background-repeat: repeat-x;
	background-position: left top;
	}
#footer {
	text-align: center;
	width:910px;
	height:45px;
	display:block;
	margin: auto;
	}
	
#footeright {
	width: 899px;
	height:35px;
	padding: 10px 0px 0px 20px;
	float:left;
	display:block;
	text-align:center
	}	
.footertext {
	font-family: tahoma, arial, sans-serif;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	text-align: left;
	font-weight:800;
}
.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;
}
