/* CSS Document */
body {
	margin: 0;
	background-image: url(images/bgfinal_homenew.jpg); 
	background-repeat: repeat;
}
.footerbg {
	background-image:url(images/footer_bg_homenew.jpg);
	background-repeat: no-repeat;
	width: 970px;
	height: 88px;
}
.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ABA061;
}
a.footer_link {
	color: #ABA061;
	text-decoration:underline;
}
a.footer_link:hover {
	color: #FFFFFF;
	text-decoration:none;
}
