@charset "UTF-8";

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	height: 100%;
	width: 100%;
	padding: 0px;
	background-color: #6E8D15;
}
#sx {
	margin: 0 !important ;
	height: 100% !important;
	width: 50%;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #FFFFFF;
	background-color: #4B6F92;
	float: left;
	position: absolute;
	background-image: url(images/sx.jpg);
	background-repeat: no-repeat;
	background-position: right 70px;
	left: 0px;
	right: 50%;
}
#sx #citazione {
	width: 290px;
	float: right;
	margin-right: 40px;
	margin-top: 40px;
}
#sx #logo {
	float: right;
	margin-top: -30px;
	margin-right: 20px;
	clear: both;
}
#sx #indirizzo {
	float: right;
	margin-top: 145px;
	margin-right: 40px;
	clear: both;
}
#sx a{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#dx {
	margin: 0;
	height: 100% !important;
	width: 50%;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #FFFFFF;
	background-color: #6E8D15;
	float: right;
	position: absolute;
	background-image: url(images/dx.jpg);
	background-repeat: no-repeat;
	background-position: left 70px;
	left: 50%;
	right: 0px;
}

#dx #citazione {
	width: 290px;
	float: left;
	margin-left: 30px;
	margin-top: 40px;
	clear: both;
}
#dx #logo {
	float: left;
	clear: both;
	margin-left: 10px;
	margin-top: -50px;
}
#dx #indirizzo {
	float: left;
	clear: both;
	margin-left: 30px;
	margin-top: 130px;
}
#dx a{
font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#baloon_01 {
	position:absolute;
	width:220px;
	height:120px;
	z-index:1;
	font-family: Arial, sans-serif, Helvetica;
	font-size: 18px;
	color: #212121;
	font-weight: bolder;
	background-image: url(images/baloon.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	top: 130px;
	right: 50%;
	visibility: hidden;
}
#baloon_02 {
	position:absolute;
	width:220px;
	height:120px;
	z-index:2;
	font-family: Arial, sans-serif, Helvetica;
	font-size: 18px;
	color: #212121;
	font-weight: bolder;
	background-image: url(images/baloon.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	top: 130px;
	left: 50%;
	visibility: hidden;
}
#footer {
	position: absolute;
	z-index: 10;
	right: 50%;
	height: 260px;
	width: 600px;
	margin-right: -300px;
	margin-top: 480px;
}
#footer h2 {
	width: 100%;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
.box {
	float: left;
	width: 239px;
	margin: 10px 30px;
}

#footer a{
font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

