@charset "utf-8";
/* CSS Document */

/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body {height: 100%; background:#d4ad78;}

#wrap {min-height: 100%;}

#main {overflow:auto;
	padding-bottom: 25px;
	width:970px;
	margin:auto;
	height:700px;
	position:relative;
	background:url(../images/splash.jpg) center top no-repeat;
	}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -25px; /* negative value of footer height */
	height: 25px;
	clear:both;
	text-align:center;
	font:normal 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#45381f;
	} 

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}


a{outline:none;}

#sezioni{
	position:absolute;
	left:374px;
	top:460px;
	width: 259px;
	}
	
#sezioni a{font:bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#555;	
	text-decoration:none;}
	
#sezioni a:hover{
	color:#45381f;}	
	
#footer a{
	color:#555;
	text-decoration:none;}

#footer a:hover{
	color:#45381f;
	text-decoration:underline;}	
	
	
	

