﻿#contenitore {
	position: relative;
	width: 600px;
	height: 600px;
	margin-right: auto;
	margin-left: auto;
}
#testata {
	background-position: center center;
	position: absolute;
	width: 100%;
	height: 200px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-image: url('../animazioni gif/azienda-anim.gif');
}
#col1 {
	background-position: center center;
	position: relative;
	width: 100px;
	height: 100%;
	background-image: url('../img/set1.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #FF9933;
	text-align: center;
}
#col2 {
	background-position: center center;
	position: absolute;
	width: 100px;
	height: 180px;
	bottom: 0px;
	left: 100px;
	background-image: url('../img/set2.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #33CCCC;
	text-align: center;
}
#col3 {
	background-position: center center;
	position: absolute;
	width: 100px;
	height: 150px;
	bottom: 0px;
	left: 200px;
	background-image: url('../img/set3.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	font-family: Arial, Helvetica, sans-serif;
	color: #3399FF;
	font-weight: bolder;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}
#col4 {
	background-position: center center;
	position: absolute;
	width: 100px;
	height: 80px;
	bottom: 0px;
	left: 300px;
	background-image: url('../img/set4.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-align: center;
	color: #FF6600;
}
#col5 {
	background-position: center center;
	position: absolute;
	width: 100px;
	height: 30px;
	bottom: 0px;
	left: 400px;
	background-image: url('../img/set5.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-align: center;
}
#col6 {
	background-position: center center;
	position: absolute;
	width: 100px;
	height: 130px;
	bottom: 0px;
	left: 500px;
	background-image: url('../img/set6.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #33CCCC;
	text-align: center;
}
#col1Az {
	position: relative;
	width: 100%;
	height: 20px;
	top: 30px;
}
#col2Pr {
	position: relative;
	width: 100%;
	height: 20px;
	top: 50px;
}
#col3Ter {
	position: relative;
	width: 100%;
	height: 20px;
	top: 110px;
}
#col4Pr {
	position: relative;
	width: 100%;
	height: 20px;
	top: 15px;
}
#col5Li {
	position: relative;
	width: 100%;
	height: 20px;
	top: 5px;
}
#col6Con {
	position: relative;
	width: 100%;
	height: 20px;
	top: 25px;
}

#descrizione {
	position: absolute;
	width: 600px;
	height: 390px;
	background-color: #FFFFFF;
	top: 210px;
}
#btestodescrizione {
	position: absolute;
	width: 260px;
	height: 350px;
	top: 20px;
	right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #0033CC;
	text-align: right;
}
#h2 {
	width: 500px;
	height: 35px;
	top: 0px;
	position: absolute;
	right: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #FF6600;
}

#piede {
	border: thin solid #FFFFFF;
	background-position: center center;
	position: absolute;
	width: 100%;
	height: 120px;
	bottom: 0px;
	background-image: url('../img/calta 600x120.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
}

#home {
	position: absolute;
	width: 200px;
	height: 25px;
	bottom: 0px;
	right: 0px;
}


