/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
   padding:0;
   margin:0;
   text-align:center; /* for ie6 and under */
   min-width:790px;/* for mozilla*/  
   background-color: #CCCCCC;
}
#outer{
   min-height:100%;
   /*width:790px; /* add 2px if borders are not used on the #outer div */
   width:100%;
   color: #000000;
   text-align:left;
   margin:auto;
   position:relative;
}
 
* html #outer{height:99.9%;} /*For ie as treats height as min-height anyway - also addreeses rounding bug at bottom of screen in IE*/
#footer {
   /*width:790px; /* add 2px if borders are not used on the #outer div */
   width:100%;
	clear:both;
   height:35px;
   background-color: #ffffff;
   color: #000000;
   text-align:center;
   left:0;
   bottom:0;
   position: absolute;
}
* html #footer {/*only ie gets this style*/
   \height:35px;/* for ie5 */
   he\ight:35px;/* for ie6 */
   margin-bottom:-1px;
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
   /*width:790px; /* add 2px if borders are not used on the #outer div */
   width:100%;
   /*float:right;*/
}

#clearfooter {width:100%;height:35px;clear:both} /* to clear footer */

#box_ctr_hp {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	padding: 0;
	text-align: center;
	width: 970px;
	height: 460px;
}

* html #box_ctr_hp {
	margin: auto;
	top: 50%;
	left: 50%;
	margin-left: -485px; /* 970/2 */
	margin-top: -230px; /* 460/2 */
}


#box_ctr {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	padding: 0;
	text-align: center;
	width: 790px;
	height: 460px;
}

* html #box_ctr {
	margin: auto;
	top: 50%;
	left: 50%;
	margin-left: -395px; /* 790/2 */
	margin-top: -230px; /* 460/2 */
}

body {
	background-color: #CCCCCC;
}

.oukir {
   display: none;
}

h1, h2 {
	display: inline;
}

h1 {
	font-family: Arial;
	font-size: 18px;
	color: #00BD00;
	text-decoration: none;
	text-align: left;
	padding-top: 11px;
	text-indent: 15px;
}

h2 {
  font-family: Verdana, Arial;
  font-size: 11px;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}

.testo {
  height: 20px;
  font-family: Verdana, Arial;
  font-size: 11px;
  color: #000000;
  text-decoration: none;
}

.Stile3 {
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.Stile4 {
	color: #1abd19;
	font-weight: bold;
}
.Stile7 {color: #666666}
.Stile10 {color: #000000}
.Stile11 {color: #17B517}
body,td,th {
	color: #333333;
}

a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #666666;
}
a:active {
	color: #666666;
}
.Stile12 {color: #FFFFFF}