/* CSS Document */

body {
	margin: 0;
	background-color: #000000;
}
.footer_bg {
	background-image: url(images/footer_bg_homenew.jpg);
	width: 780px;
	height: 31px;
	background-repeat:no-repeat;
}
.pos_footer {
	margin-top: 6px;
}
.footer_text {
	color: #DDD2B2;
	font-size: 10px;
	font-family: "Tahoma", Times New Roman, Times, serif;
}
a.footer_link {
	color: #DDD2B2;	
	text-decoration:underline;
}
a.footer_link:hover {
	color: #FFFFFF;
	text-decoration: none;
}