html, body { 
height: 100%; 
margin: 0; 
padding: 0; 
overflow-y: hidden;

} 
body {
	background-color: #000000;
		font-family: Trebuchet MS, Verdana, san-serif;
	font-size: 0.7em;
	margin: 0px;
	color: #ffffff;
	font-weight : normal;
}


	#flash-background{
		width:100%;
		height:100%;
		position:absolute;
		z-index:0;
	}
	
	#website{
		width:800px;
		height:400px;
		text-align:center;
		margin:30px auto;
		position:relative;
		z-index:10000;

	}
	
	.text-content{
		padding:15px;
	}



.imageStyle {
    border: none;
	padding: 0px;
}

.imageStyle_erba {
    border: none;
	vertical-align: baseline;
	text-align: center;
	color : #555353;
	font-weight : normal;
	font-family: Trebuchet MS, Verdana, san-serif;
	font-size: 1em;
	
}

/* show various link effects (including the rollover effect) */
a {
	text-decoration : none;
	font-weight : normal;
	border: 0px;
}
a:link {
	color: #befb53;
	border: 0px;
	background-color : transparent;
}

a:visited {
	color : #befb53;
	background-color : transparent;
	border: 0px;

}
a:active {
	color : #999999;
	background-color : transparent;
	border: 0px;

}
a:hover {
	color : #000000;
	background-color : transparent;
	border: 0px;
	
}
/* fine rollover) */





/* show various link effects (including the rollover effect) */

a.alternativo {
	text-decoration : none;
	font-weight : normal;
	border: 0px;
}


a.alternativo:link {
	color: #0B54AC;
	border: 0px;
	background-color : transparent;
}

a.alternativo:visited {
	color : #0B54AC;
	background-color : transparent;
	border: 0px;
	font-weight: bold;

}
a.alternativo:active {
	color : #A2EC71;
	background-color : transparent;
	border: 0px;

}
a.alternativo:hover {
	color : #0B54AC;
	background-color : transparent;
	border: 0px;
	
}




