#footer
{
	float:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	/*color:#666666;*/
	color:#737577;
	border-width:1px;
	/*border-style:none;*/
	/****codice per metterlo a fondo pagina***********/ 
	padding-top: 2px;
	padding-bottom: 2px;
    margin: 0 auto 2px;
	bottom:0px;
	right:0px;
	left:0px; 
	position:absolute;
	height:40px;
	width:750px;

	/*background-image:url(bgFooter.png);*/

	background-image:url(../imagensLayout/bgGeral.gif)
	background-repeat:repeat-x;
}

#copyright
{
	margin-top:5px;
	margin-bottom:2px;
}