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

body {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background-repeat:repeat-x;
	background-position:top;
	background-color: #FFF;
}
a {
	color:#FFF;
	text-decoration:none;
	}
a:hover{
	text-decoration:underline;
	}
#tab {
	height:200px;
	width:100%;
	position:fixed;
	bottom:0px;
	background-image:url(/images/intro/bg_tab.png);
	background-repeat:repeat-x;
	background-position:bottom;
	z-index:10;
	}
#tab img {
	position:absolute;
	bottom:1px;
	padding-left:30px;
	}
#skip {
	float:right;
	background-image:url(/images/intro/bg_skip.png);
	background-repeat:no-repeat;
	background-position:top right;
	height:30px;
	width:210px; 
	text-align:center;
	font-weight:bold;
	font-size:12px;
	margin-top:55px;
	}
#skip p{
	text-align:center;
	margin:0px;
	padding:0px;
	padding-top:13px;
	}
.testo{
	color: #FFF;
	padding:100px 0 0 170px;
	text-shadow: #000 0px 0px 3px;
	}
.testo p{
	margin:0px;
	padding:0px;
	color:#ededed;
	}
h1{
	padding:0px;
	margin:0px;
	font-size:24px;
	}
#flash{	
	position:absolute;
	bottom:20%;
	left:50%;
	width:800px;
	height:600px;
	margin-left:-400px;
}