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

body {
	padding:0;
	margin:0 auto;
	background-image:url('../images/sfondo.jpg');
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}

#page_container {
	position:relative; 
	width:952px; 
	height:116px;
}

#logo {
	position:absolute;
	left:0;
	top:0;
	width:250px;
	height:74px;
	background-image:url('../images/logo.png');
	background-repeat:no-repeat;
	cursor:pointer;
}

#erbetta {
	position:absolute;
	left:778px;
	top:0;
	width:174px;
	height:74px;
	overflow:hidden;
	background-image:url('../images/erbetta.png');
	background-repeat:no-repeat;
}

#menu_sfondo {
	position:absolute;
	left:0;
	top:74px;
	width:952px;
	height:34px;
	background-image:url('../images/menu_sfondo.png');
	background-repeat:no-repeat;
	overflow:hidden;
}

#sottomenu {
	position:absolute;
	left:0;
	top:108px;
	width:952px;
	height:8px;
	background-image:url('../images/sottomenu.png');
	background-repeat:no-repeat;
}

/****************************************************/

div#user_body {
	width:943px;
	height:338px;
	text-align:center;
	padding:0;
	margin:5px auto;
}

div#main_message {
	width:943px;
	padding:0;
	margin:5px auto;
}

/*****************************************************/

div#main_container {
	margin:5px auto;
	padding:0;
	width:952px;
}

div#main_wrapper {float:left;width:317px; padding:0;}
div#main_navigation{float:left;width:317px; padding:0;}
div#main_extra{float:left;width:317px; padding:0;}
div#main_footer{clear:left;width:100%; line-height:1px; font-size:1px;}

div#main_content_content {
}

div#main_navigation_navigation {	
}

/********************************************************/

div#footer{width:943px; border-top:1px solid #CCCCCC; margin:5px auto;color:#CC6600;text-transform:uppercase; text-align:left}

a#footer_connect, div#footer_connect {font-size:10px; color:#999999}




