#a {
	width: 500px;
	position: absolute;
	top: 92%;
	left: 35%;
	z-index:1;

}

#flashcontent {
	height: 85%;
	width:100%;
	left: 0px;
	top: 6%;
	position: absolute;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #003399;
	border-bottom-color: #003399;
	
}

#footer {
height: 5%;
width: 100%;
left: 0px;
top: 93%;
position: absolute;

}

#titolo {
height: 100%;
width: 100%;
left: 0px;
top: 5px;
position: absolute;

}

#logo {
	height: 25px;
	width:200px;
	position: absolute;
	right: 0px;
	bottom: 50px;
	z-index:1;
}

a {
	color: #181818;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;	
}


a:hover {
	font-weight: bold;	
}


html {

overflow: auto;
}

/* end hide */

body {
height: 100%;
margin: 0;
padding: 0;
background-color: #FFFFFF;
color:#181818;
}


.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	
	}

