* { padding:0; margin:0; }
html,body {	height:100%; }

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#fff;
	color:#000;
	font-size:80%; 
} 
  
/* _______________________________________________________________________ Struttura */


#wrapper {  
 
 width: 100%;
 height:100%; 
}
#content {
	text-align:center; border:1px solid #36F; 
	width:100%;
	margin: 0 auto;
	height:100%;
	
}

.clear { clear:both; }

/* _______________________________________________________________________ Tipografia */

h1 { font-size: 3.2em; font-weight:300; display:inline; }
h2 { font-size: 1.9em; font-weight:500; display:inline; }
h3 { font-size: 1.5em; font-weight:300; display:inline; }
h4 { font-size: 1.3em; font-weight:500; display:inline; }
h5 { font-size: 1.0em; font-weight:200; display:inline; }
h6 { font-size: 0.8em; font-weight:200; display:inline; }

/* _______________________________________________________________________ Links */

a {	text-decoration: none; color:#000; }
a:xara { text-decoration: none; color:#000; }
a:visited {	text-decoration: none; color:#000; }
a:active { text-decoration: none; color:#000; }
a:hover { text-decoration: none; color:#d8d7ce; }

