@charset "utf-8";
/* CSS Document */

body{
	background:#000;
	background-image:url(images/1.jpg);
	color:#A19D80;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0;
	}
	
#wrap{
	margin:0 auto;
	position:relative;
	width:1256px;
	height:100%;
	border:5px solid #837887;
	
	}
#head {
	background-image:url(images/head.png);
	background-repeat: no-repeat;
	width:1256px;
	height:179px;
	margin-top:-20px;
	
	position:absolute;
	
}

#logo{
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	background-position:left;
	width:365px;
	height:264px;
	margin-left:10px;
	margin-top:15px;
	position:absolute;
	z-index:5;
	}
#testata_1{
	width:1256px;
	height:791px;
	background-image:url(images/testata_1.png);
	background-repeat:no-repeat;
	margin-top:174px;
	position:absolute;
	z-index:1;
	}
#mainNav ul{
	position:absolute;
	top:114px;
	left:284px;
	width:678px;
	height:36px;
	list-style:none;
	margin-left:95px;
	border:0px solid #fff;
	color:#FFF;
	
}

#mainNav ul li {
	float:left;
	margin:0;
	color:#FFF;
	margin-left:10px;
	margin-top:10px;
	margin-right:10px;
	font-size:18px;
}

ul#mainNav li a {
	display:block;
	height:36px;
	text-indent:-9000px;
	color:#FFF;
}
a{
	color:#FFF;
	text-decoration:none;
	}
a:hover{
	text-decoration:underline;}
#box{
	width:1256px;
	height:620px;
	background-color:#837866;
	float:left;
	margin-top:174px;
	background-image:url(images/bg_body.jpg);
	background-repeat:repeat-x;
	}

#box2{
	width:1256px;
	height:820px;
	background-color:#837866;
	float:left;
	margin-top:174px;
	background-image:url(images/bg_body.jpg);
	background-repeat:repeat-x;
	}
#box3{
	width:300px;
	height:220px;
	color:#FFF;
	float:right;
	margin-top:174px;
	margin-top:-350px;
	margin-right:50px;

	
	}
#box4{
	width:1256px;
	height:1500px;
	background-color:#837866;
	float:left;
	margin-top:174px;
	background-image:url(images/bg_body.jpg);
	background-repeat:repeat-x;
	}
#box h1{
	color:#FFF;}
#box4 h1{
	color:#FFF;}
p{
	font-size:20px;
	margin-left:10px;
	margin-right:15px;
	color: #CCC;}
#chisiamo{
	
	margin-left:500px;
	margin-top:30px;
	}
#bord{
	border:5px solid #786944;
	margin-top:5px;
	margin-left:15px;
	}


