/* Tecnoaffari */

/* stile link */
html,body{
	padding: 0;
	margin: 0;
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	background-color: #F0FFF0;
	color: #000000;
	text-align: center;
	background-image: url(../images/bkg_body.gif);
	background-repeat: repeat-y;
	background-position: 50% 0%;
}

div {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px none;
}
/* inizio stili link */
a {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

a:hover {
	font-weight: normal;
	color: #000000;
	text-decoration: underline;

}

div#container{
	position: relative;
	top: 0px;
	width: 1020px;
	background-image: url(../images/bkg_destra.jpg);
	background-repeat: repeat-y;
	margin: 0px auto;
   text-align: left;
	vertical-align: top;
	height: auto;
}

div#header{
	height: 108px;
	background-color: #dae1ad;
	width: 100%;

}
div#header2{
	height: 215px;
	background-color: #dae1ad;
	width: 100%;

}
div#white{
	width: 50%;
	padding-left: 50px;
	padding-right: 50px;
	height: 14px;
	
	
}

div#left{
	position: absolute; 
	top: 323px; 
	left: 0px;
	width: 155px;
}

div#right{
	position: absolute;
	top: 323px;
	right: 0px;
	width: 159px;
	padding-right: 0px;
	_padding-right: 0px;
	background-position: top right;
	text-align: left;
}

div#content{
	position: relative;
	top:-7px;
	width: 706px;
	min-height: 450px;
	height: auto !important;
	margin: 0px auto;
	height: 450px;
	
}

div#footer{
	position: relative;
	text-align: center;
	padding: 0px 0px 0px;
	padding-top: 0px;
	clear: both;
	font-size: 85%;


}




