html, body{
        padding: 0px;
        margin: 0px;
		background-color: #ffffff;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #ffffff;
		font-weight: bold;
}

a:LINK {
 color : white;
 text-decoration: underline;
}

a:VISITED {
 color : white;
 text-decoration: underline;
}

a:HOVER {
 color : white;
 text-decoration : underline;
}

a:ACTIVE {
 color : white;
 text-decoration: underline;
}

#fbFooter {
	height: 52px;
	background-color: #002e5f;
	background-image: url('../img/footerBackground.gif');
	background-repeat: repeat-x;
}

.fbPaginationMinor {
	color: #ffffff;
	margin-left: 10px;
}

#fbContents {
	float: left;
	margin-top: 17px;
	margin-left: 15px;	
}
#fbContainer {
z-index: 2;
background-image:url('img/sfondoSopra.jpg');
background-repeat:no-repeat;
}
#fbSopra {
z-index:1;
position:absolute;
top:0px;
left:0px;
width:361px;
height:262px;
}
#fbMenu {
	float: right;
	margin-top: 9px;
	margin-right: 15px;
}

#altmsg { 
	position: absolute;
	background-color:#000000;
	padding: 20px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	text-align:center;
}
#altmsg:hover { 
	opacity: 0.8;
	filter: alpha(opacity=80);
}
a.altlink:link {
	color: #FFFFFF;
}

a.altlink:visited {
	color: #DDDDDD;
}

a.altlink:hover{
	color: #FFFFFF;
}
