/*stili per il layout fisso con background*/
html,body{margin: 0;padding:0}
body{font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 77%;text-align:center;color:#fff}
div#container{width:100%; height:auto;border-width: 0 1px; background: url(imgs/pattern-tappezzeria.gif);}


div#header{height:50px; margin:0 auto;}
div#container1{
	position:relative;
	width:100%;
	height:850px;
	margin: 0 auto;
	background-color: #000;
	border-bottom-style:solid;
	border-top-style:solid;
	border-color:#A59688;
	border-width:5px;
			}
			
div#logo{position:relative; height:350px; width:790px; height:auto;margin:0 auto;}	
div#container2{position:relative; height:450px; width:790px; height:400px;margin:0 auto;}
div#testi{position:relative; width:790px; height:200px;margin:0 auto;}

div#footer{height:40px; margin:0 auto;}

h1 {color:#fff;font-weight: bold; font-size: 1.1em; font-family: "Times New Roman", Times, serif; text-decoration: none}

h1 a{color:#fff;font-weight: bold; font-size: 1.1em; font-family: "Times New Roman", Times, serif; text-decoration: none}
h1 a:hover{
	font-weight: bold;
	font-size: 1.1em;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	color:#FFFFCC;
}

h2 {color:#fff; font-size: 0.8em; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none}

h2 a{color:#fff;font-weight: bold; font-size: 0.8em; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none}
h2 a:hover{
	font-weight: bold;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#FFFFCC;
}
