body {
	background-image: url(images/grafica/sf-pagina.gif);
	background-attachment:fixed;
	margin-left: 0px;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 10px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #660000;
	height:100%;
}

a {  text-decoration:underline;
	 color:#660000;
}
a:active, a:hover {  text-decoration:none;

}


/* Body */

#page
{
    margin:0px auto;
    padding:0px;
	width:675px;
	height:455px;
}

/* Footer */




#footer {

	background-color:trasparent;
	text-align:center;
	margin: 0px auto;
	padding: 10px 0px 10px 0px;
	line-height:150%;
	width: 980px;
	height: 30px;
	vertical-align:middle;
	clear: both;
}

#footer a {

	color: #660000;
	text-decoration:underline;
	
}

#footer a:hover,
#footer a:active,
#footer a.selected {

	color: #660000;
	text-decoration:none;
	
}

