
/* hide from ie on mac \*/
html {
		height: 100%;
		overflow: hidden;
	}
	
#flashcontent {
		height: 100%;
	}
	/* end hide */


body{
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #000;
	background-image: url(img/bg.gif);
}

#myAlternativeContent, #myflash {
	width: 100%;
	height: 100%;
}


	
#myAlternativeContent p,#myAlternativeContent h1, h2{		
	font-family: Arial;
	font-size: 12px;
	color: #fff;
	line-height: 14px;
	}

#titolo {
	margin: 0px;
	padding: 0px;
	border: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 195px;
	height: 178px;
	background-image: url(img/titolo.gif);
}

#testo {
	margin: 0px;
	padding: 0px;
	border: 0px;
	position: absolute;
	top: 84px;
	left: 197px;
	width: 495px;
	min-height: 450px;
	background-color: #000;
	font-family: Arial, "sans-serif";
	color: #fff;
	line-height: 14px;
	font-size: 12px;
}

#testo p{
	padding: 15px;
	padding-top: 0px;
}

#myspan{
	visibility: hidden;
}

#newsletter {

	position: absolute;

	z-index: 9999;

	width: 195px;

	height: 100px;

	background-color: #000;

	bottom: -75px;

	left: 0px;

}



#newsletter a, #newsletter input{

	position: absolute;

	width: 180px;

	height: 20px;

	background-color: #666;

	border: 0px solid #333;

	font-size: 12px;

	color: #fff;

	display: block;

	top: 35px;

	left: 5px;

	font-family: Verdana;

	text-decoration: none;

}



#newsletter a{

	background-color: #000;

	top: 5px;

	left: 5px;

}



#newsletter input.btn{

	top: 65px;

}
