﻿html, body {
    height: 100%;
    margin: 0;
    padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#DFDAC6;
}

#container {
	position: relative;
	width: 100%;
    /*width: 780px;*/
    height: auto !important;  /* FF2 & IE7 */
    height: 100%;      /* IE5.x & IE6 */
    min-height: 100%;  /* FF2 & IE7 */
    margin: 0 auto;
}

#header {
	width: 100%;
	height: 300px;
	background-color: #DFDAC6;
}

#main {
	width: 1000px;
	background-color: #DFDAC6;
	background-image:url(../images/sfondo.jpg);
	background-repeat:repeat-y;
}

#footer {
	height: 75px;
	width: 100%;
	bottom: 0;
	background-color: #DFDAC6;
}
.clearCol {
	clear: both;
	height: 75px;
}
#testo{
color: #330000;
font-size: 14px;
margin-left:10px;
margin-right:10px;
}
