@charset "utf-8";
/* CSS for footer Browser (Futurewebb) */

/**************** FOOTER  ****************/

#footer a {color:#00F; text-decoration:none;}
#footer a:hover {text-decoration:underline;}
#footer
	{background-image:url(../new_images/footer_white.jpg); 
	background-repeat:no-repeat;
	width: 700px;
	height: 113px;
	float: none;
	margin: auto;
	}
	
#footer_browser a {color: #fff; text-decoration:none;}
#footer_browser a:hover {color:#000; text-decoration:none;}
#footer_browser
	{
	position:relative;
	bottom:-20px;
	background-image:url(../new_images/footer_browser.png);
	background-repeat:no-repeat;
	color: #fff; 
	float: none;
	margin: auto;
	width: 500px;
	height: 26px;
	border: none 2px #000;
	padding-top: 9px;
	}

#footer_browser_image a {color: #fff; text-decoration:none;}
#footer_browser_image a:hover {text-decoration:underline;}
#footer_browser_image
	{
	float: none;
	margin: auto;
	width: 200px;
	height: 25px;
	border: none 2px #000;
	margin-top:5px;
	}
