/* CSS Document */
body {
	margin-top: 4px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	background-image: url(images/body_bg_homenew.jpg);
	background-repeat:repeat-x;
	background-color: #000000;
}
.footer_bg {
	background-image: url(images/footer_bg_homenew.jpg);
	background-repeat: no-repeat;
	width:740px;
	height: 75px;
}
.footer_text {
	color: #6D5742;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a.footer_link {
	color: #6D5742;
	text-decoration: underline;  
} 

a.footer_link:hover {
	color: #FFFFFF;
	text-decoration: none; 
} 
