/* ////////////// GENERAL ////////////// */ 

html,body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body { 
	/*/*/ /*/ width: 130%;            /* nn4 fix */
	
}

body {
	font: 10px Arial;
	text-align: left;
}

p {
	margin: 0;
	padding: 0
}

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

form {
	margin: 0;
	padding: 0
}

img {
	border: 0;
}

ul,li {
	margin: 0;
	padding: 0
}

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.3em;
}

h6 {
	font-size: 1.2em;
}

p {
	font-size: 1.2em;
}

a:link,a:visited,a:active {

}

a:hover {
	
}

/* ////////////// AREAS ////////////// */ 



body{
	background:#e5e5e5 url(../img/bck_body_wel.jpg) repeat-x top;
}

#container {
	margin:auto;
	height:auto;
	width:780px;
	background: url(../img/bck_container.png) repeat-y top;
	_background: url(../img/bck_container.gif) no-repeat top; /* IE6 FIX */

}

#header{
	width:758px;
	margin:0 10px 0 11px;
	background: url(../img/bck_header_wel.jpg) no-repeat;
	height:534px;
	text-align:center;
	padding-top: 10px;
}
#header .butt_sx img, #header .butt_dx img, #header .butt_center img{
	margin-right:3px;
}
#header .butt_sx{
	float:left;
	width: 171px;
	margin:200px 0 0 10px;
}
#header .butt_center{
	float:left;
	text-align:center;
	width:360px;
	margin:135px 0 0 10px;
}
#header .butt_dx{
	float:right;
	width: 161px;
	margin-right:10px;
	margin:200px 0 0 10px;
}
#header li{
	display:inline;
}
#content_wel, #footer{
	width:758px;
	margin:0 10px 0 11px;
	background-color:#FFFFFF;
	
	}
#footer{
	width: 780px;
	height:40px;
	background:#fff url(../img/bck_footer.jpg) no-repeat bottom;
	text-align:right;
	margin:auto;
	}

#footer img{
	margin-right:12px;
}

/* ///////////////// POPUP //////////////// */

#window_news {
	width:350px;
	height: 370px;
	position:absolute;
	top: 50%;
	left: 50%;
	margin-left: -175px;
	margin-top: -255px;
	z-index:50;
	background: #c00; 
 
}
#window_news h2{
	font-size: 28px;
	color:#FF0000
}
#window_news h3{
	font-size: 20px;
	margin-top:15px;
	color:#a14e1c;
	font-weight:normal;
}
#window_news p{
	font-size: 12px;
	color:#000;
	font-weight:normal;
	
}
#window_news .dimetil{
	font-size: 18px;
	color:#f00;
	font-weight:bold
}
#window_news .chiudi{
	font-size: 16px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	cursor:pointer
}

.bg_welcome_bott a{
	color:#FFF;
	}
.bg_welcome_bott span{
	color: #666666;
}

/* ///////////////// END POPUP ////////////////// */
