body{
	margin			        : 0;
	padding			        : 0px;
	border			        : 0;	
	background-color       : #B2B2B2;
	background-image: url(../_pics/struttura/bg_body_homepage.jpg);
	background-repeat: repeat-x;
}

body,
select,
input,
textarea {
	font-family		: Tahoma, sans-serif;
	font-size		: 11px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p
{
	margin				: 0;
	padding				: 0;
}

.display_none,
hr
{
	display				: none;
}

img
{
	border				: 0;
}

a:link,
a:visited {
	color			      : #C00;
	text-decoration	: none;
	font-weight		   : bold;
}

a:hover {
	text-decoration		: underline;
}

input.input_1,
select.input_1
{
	font-size		: 13px;
}

input.input_1,
select.input_1,
textarea.input_1
{
	padding			: 2px;
	background-color	: #F5F5F5;
	border			: 1px solid #666;
}

textarea.input_1 {
	
}

html>body div.clear { display: none; }
head:first-child+body div.clear { display: block; }
.clear { clear: both; line-height: 0px; font-size: 1px; }
/*/*/ .clear { display: none; } /* */

div {
	background		: transparent;
	margin			: 0px;
	padding			: 0px;
	border			: 0px;
}

.centrato {
	text-align		: center;
}


#div_container_homepage {
   background-image: url(../_pics/homepage/bg_home.jpg);
   background-repeat: no-repeat;
   background-position: center top;
   width                : 980px;
   height               : 590px;
   margin               : auto;
   position             : relative;
}

div.div_footer_homepage {
   text-align           : center;
   color                : #FFF;
   line-height          : 15px;
}

div.div_footer_homepage a:link,
div.div_footer_homepage a:visited {
   color                : #FFF;
}

div.div_btn {
   position: absolute;
   top               : 499px;
}

div.div_btn,
div.div_btn img {
   width             : 300px;
   height            : 60px;
}



div.div_btn_ita {
   left                 : 185px;
}

div.div_btn_eng {
   left                 : 500px;
}

