/* CSS Document */

body {
	margin: 0 auto;
	text-align:center;
	background-color:#5BBEFF;
	background-image:url(../img/sfondo.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;

}

#container {
	margin: 0 auto;
	width: 955px;
	height:100%;
}

#bigTop {
	width:100%;
	height:363px;
	background-image:url(../img/bigTop.png);
	position:relative;
}

#infoTop {
	position:relative;
	width:100%;
	height:355px;
	background-image:url(../img/infoTop.png);
}

#tabs {
	width:100%;
	height:60px;
}

	#step1{
		padding: 0;
		width:318px;
		height:60px;
		float:left;
		background-image:url(../img/step1.png);	
	}
	#step1off{
		padding: 0;
		width:318px;
		height:60px;
		float:left;
		background-image:url(../img/step1off.png);	
	}	
	
	#step2{
		padding: 0;
		width:318px;
		height:60px;
		float:left;
		background-image:url(../img/step2.png);	
	}
	#step2off{
		padding: 0;
		width:318px;
		height:60px;
		float:left;
		background-image:url(../img/step2off.png);	
	}	

	#step3{
		padding: 0;
		width:318px;
		height:60px;
		float:left;
		background-image:url(../img/step3.png);	
	}
	#step3off{
		padding: 0;
		width:318px;
		height:60px;
		float:left;
		background-image:url(../img/step3off.png);	
	}


#contenuto {
	position:relative;
	width:100%;
	min-height:280px;
	background-image:url(../img/bgBody.png);
	background-repeat:no-repeat;
}

#contenutogioco {
	text-align:center;
	width:100%;
	background-image:url(../img/bgBody.jpg);
	background-repeat:no-repeat;
	background-color:#FFCC00;
}



#contenutoBottom {
	text-align:center;
	width:100%;
	height:15px;
}

#portali {
	width:100%;
	padding-top:20px;
	margin-bottom:50px;
}

#portali a:link, #portali a:active, #portali a:visited { font-size:9px; color:#FFF; text-decoration:none; }
#portali a:hover {	font-size:9px; color:#FFF; text-decoration:underline; }

#footer {
	position:relative;
	width:100%;
	height:190px;
	background-image:url(../img/bgFooter.png);
	background-position:top;
	background-repeat:no-repeat;
	color:#333;
}

#footer a:link, #footer a:active, #footer a:visited { color:#333; text-decoration:none; }
#footer a:hover { color:#333; text-decoration:underline; }

#infoTop a:link, #infoTop a:active, #infoTop a:visited { color:#333; text-decoration:none; }
#infoTop a:hover { color:#333; text-decoration:underline; }

#contenuto a:link, #contenuto a:active, #contenuto a:visited { color:#043D5E; text-decoration:none; }
#contenuto a:hover { color:#043D5E; text-decoration:none; }

ul {
	list-style-image:url(../img/marker.png); font-size:12px; margin:0; line-height:18px; padding:0;
	}

li { padding:0; margin:0 0 2px 0;}
