body
{ 
font-family:Arial, Helvetica ;
font-size:12px;
margin: 0;
}

#main-div
	{ 
	width:940px;
	height:500px;
	display:block;
	position:relative;
	margin:0 auto;
	top:-133px;
	border:8px solid #fff;	}
#main-div-gioco
	{ 
	width:940px;
	height:500px;
	float:left;

	display:block;
	position:relative;
	margin:0 auto;
	border:8px solid #fff;	}
		
.intro
	{		
	width:940px;
	height:500px;
	display:block;
	}
	
 .continua
 	{
	position:absolute;
	top:437px;
	left:730px;
	display:block;	
	width:180px;
	height:60px;
	overflow:hidden;
	background:url(../images/gioco/tasto_gioca.png) no-repeat;
	border:0;
	cursor:pointer;
	z-index:15;
	}
	
 .continua:hover
 	{
	background-position: -179px 0px;
	}


 #tasto-aiuto
 	{
	position:absolute;
	top:180px;
	left:650px;
	display:block;	
	width:175px;
	height:101px;
	overflow:hidden;
	background:url(../images/caccia-allo-spreco/tasto-aiuto.png) no-repeat;
	border:0;
	cursor:pointer;
	visibility:hidden;
	}
	
 #tasto-aiuto:hover
 	{
	background-position: 0px -101px;
	}


 .skip
 	{
	position:absolute;
	top:0px;
	left:741px;
	display:block;	
	width:177px;
	height:116px;
	overflow:hidden;
	background:url(../images/caccia-allo-spreco/tasto-gioca.png) no-repeat;
	border:0;
	cursor:pointer;
	}
	
 .skip:hover
 	{
	background-position: 0px -116px;
	}

 .skip-back
 	{
	position:absolute;
	top:425px;
	left:15px;
	display:block;	
	width:64px;
	height:59px;
	overflow:hidden;
	background:url(../images/caccia-allo-spreco/tasto-skip-back-all.png) no-repeat;
	border:0;
	cursor:pointer;
	}
	
 .skip-back:hover
 	{
	background-position: 0px -59px;
	}

 .arrow-right
 	{
	position:absolute;
	top:394px;
	left:820px;
	display:block;	
	width:98px;
	height:90px;
	overflow:hidden;
	background:url(../images/caccia-allo-spreco/tasto-right-all.png) no-repeat;
	border:0;
	cursor:pointer;
	z-index:1000;
	}
	
 .arrow-right:hover
 	{
	background-position: 0px -90px;
	}


	
 .arrow-left
 	{
	position:absolute;
	top:394px;
	left:25px;
	display:block;	
	width:98px;
	height:90px;
	overflow:hidden;
	background:url(../images/caccia-allo-spreco/tasto-left-all.png) no-repeat;
	border:0;
	cursor:pointer;
	}
	
 .arrow-left:hover
 	{
	background-position: 0px -90px;
	}


 .exit-home
 	{
	position:absolute;
	top:20px;
	left:820px;
	display:block;	
	width:64px;
	height:59px;
	overflow:hidden;
	background:url(../images/gioco/tasto-esci-all.png) no-repeat;
	border:0;
	cursor:pointer;
	}
	
 .exit-home:hover
 	{
	background-position: 0px -59px;
	}

 .exit
 	{
	position:absolute;
	top:20px;
	left:860px;
	display:block;	
	width:64px;
	height:59px;
	overflow:hidden;
	background:url(../images/gioco/tasto-esci-all.png) no-repeat;
	border:0;
	cursor:pointer;
	}

	
 .exit:hover
 	{
	nobackground-position: 0px -59px;
	}

 .back-home
 	{
	position:absolute;
	top:431px;
	left:23px;
	display:block;	
	width:66px;
	height:62px;
	overflow:hidden;
	background:url(../images/caccia-allo-spreco/tasto-left-top-all.png) no-repeat;
	border:0;
	cursor:pointer;
	}
	
 .back-home:hover
 	{
	background-position: 0px -62px;
	}

 .tasto-help
 	{
	position:absolute;
	top:431px;
	left:854px;
	display:block;	
	width:64px;
	height:64px;
	overflow:hidden;
	background:url(../images/caccia-allo-spreco/tasto-help-all.png) no-repeat;
	border:0;
	cursor:pointer;
	}
	
 .tasto-help:hover
 	{
	background-position: 0px -64px;
	}

	
.grafica-problemi
 	{
	position:absolute;
	top:461px;
	left:560px;
	display:block;	
	width:280px;
	height:25px;
	}

#tooltip	
	{
		height:33px;
		width:auto;
		display: block;
		padding-left:5px;
		padding-right:5px;
		font-family:Arial;
		text-transform:uppercase;
		color:#fff;
		line-height:33px;
		font-size:14px;
		font-weight:bold;
		overflow:hidden;
		visibility:hidden;
		position:absolute;
		white-space: nowrap;
		background:url(../images/caccia-allo-spreco/tooltip_bg.png);
		cursor: default;
		}
		
#debug	
	{
	position:absolute;
	top:545px;
	left:20px;
	height:300px;
	width:940px;
	display:block;
	border:1px solid green;
	}
	
.testata{position:absolute;}
#menu-fixed{position:absolute;}
#header {height:750px;}


#video-cont
{position:absolute;
z-index:10;
top:21px;
left:108px;}

#play
{position:absolute;
z-index:11;
top:175px;
left:430px;}


 #gotointro
 	{
	position:relative;
	margin-top:20px;
	margin-left:50%;
		margin-bottom:60px;
	left:-99px;
	display:block;	
	width:198px;
	height:50px;
	overflow:hidden;
	background:url(../images/gioco/gotointro.png) no-repeat;
	border:0;
	cursor:pointer;
	}

	
 #gotointro:hover
 	{
	background-position: -198px 0px;
	}


