/*STILE PC*/
/* colore primario : #AC3500 */

body{
	background-image:url('bg.jpg');
	background-repeat: repeat;
	margin:0px;
	padding:0px;
}

.headertop{
	background:#343434;
	height:30px;
	box-shadow: 0px 10px 10px #636363;
}

.headertopbottom{
	height:7px;
	background-image:url('htdown.png');
	background-repeat: repeat;	
}

.logo{
	width:280px;
	height:70px;
	background-image:url('logo.png');
	margin:auto;
	margin-top:10px;
}

/* Sect 1 */
.sect1div{	
	margin-top:10px;
}

.sect1{	
	height:200px;
	background:#AC3500;
}

.sect1top{
	height:7px;
	background-image:url('hbup.png');
	background-repeat: repeat;	
}

.sect1bottom{
	height:7px;
	background-image:url('hbdown.png');
	background-repeat: repeat;	
}
