﻿html {
	margin: 0;
	padding: 0;
	height: 100%;
	}

body {
	font-family: arial, verdana, sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
    }

#pagina {
    font-family: arial, verdana, sans-serif;
    width:790px;
    text-align: left;
    margin: 0 auto;
    position: relative;
    padding-bottom: 10px;
    }

body>div#pagina{height:auto; min-height: 100%;}

#header {
	text-align: right;
	height: 77px;
	}
	
#imgtestata {
	height: 262px;
	background: url(imgprova.jpg);
	padding-left: 18px;
	padding-right: 18px;
	!important background-color: #F7F5F4;
	background-repeat: no-repeat;
	}
	
#menu {
	height: 34px;
	font-size: 16px;
	padding-top: 12px;
	font-family: arial, verdana, sans-serif;
	}


a.menu:link, a.menu:visited {   
    color: #000000;
	text-decoration: none;
	font-weight: bold;
	}
	
a.menu:hover {
	color: red;
	text-decoration: none;
	font-weight: bold;
	}
	
.red {
	color: red;
	font-weight:bold;
	text-decoration:none;
	}

	
#titolo{
	padding-top: 123px;
 	height: 77px;
 	font-size: 70px;
 	font-family: 'arial black', arial, verdana, sans-serif;
 	font-weight: bold;
	 }
	 
#contenuto {
	background-color: #F7F5F4;
	font-family: arial, verdana, sans-serif;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 15px;
	padding-bottom: 50px;
	/* height: 300px; */
	position: relative;
	}

#intro{
	width: 543px;
	font-size:24px;
	font-weight: bold;
}

#testo {
	padding-top: 10px;
	width: 543px;
	font-size: 14px;
	
 	}
 
 #testofor {
	padding-top: 10px;
	width: 513px;
	font-size: 14px;
	}
 
 a.home:link, a.home:visited {
 	color: red; 
 	font-size:16px; 
 	text-decoration: none;
 	font-weight:bold;
 	}

#sottomenu {
	width: 211px;
	font-size: 12px;
	position: absolute;
	top: 20px;
	right: 0px; 
	font-weight: bold;
	}
	
#footer {
	font-size: 11px;
	bottom: 20px;
	background-color: #F7F5F4;
	display: block;
	position: absolute;
	padding-left: 18px;
	padding-bottom: 10px;
	width: 772px;
	}
	