
 /* layout grafico */
 
html, body {
         height: 100%;
         margin: 0px;
        background: #ff9300; 
}
body { font: 75%/170% Arial, Helvetica, sans-serif;  background: url("../img/sf1.jpg") #f7780d;  background-position:top center; background-repeat: no-repeat; width: 100%; }
#box {
        width: 600px;
        height: 600px;
        margin: -300 0 0 -300px;
        position: absolute;
        top:50%;
        left:50%;
}
#corpo {
		 position: relative;
         width: 600px;
		 margin: 0px; padding: 0;
		 }
#piede {
   font: normal 10px arial, sans-serif;
	color: #000;
	text-align: center;
}
#piede a {
	color: #fff;
}







/* bottone claudio maggioli */

#cm {
position: absolute;
bottom: 4px; right:10px;
font: bold 10px Verdana, Arial;
background: #007192;
color: #fff;
padding: 8px;
}
#cm a {
font: bold 10px Verdana, Arial;
color: #fff;
background: #007192;
text-transform: capitalize;
text-decoration: none;
}
#cm a:visited {
color: #ccc;
text-decoration: none;
		}
#cm a:active {
color: #ccc;
text-decoration: none;
		}
#cm a:hover {
color: #fff;
text-decoration: none;
}




/* layer in fondo */
#fondo {
	margin: 900px auto 0px auto;
	width: 700px;
	font: normal 10px arial, verdana;
	color: #ccc;
}
	
