html, body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	padding-right: 2px;
	background-color: #fcc601;
	text-align: center;
}





#container {
	width:850px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background-color: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;

}



#header {
	background: #000000;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 




#fbFooter {
	height: 120px;
	background-color: #e50005;	
}

.fbPaginationMinor {
	color: #4e6605;
	margin-left: 10px;
}



#fbMenu {
	float: right;
	padding-right: 100px;	
  
}


#fbcomunicato {
	float: right;
	margin-right: 10px;	
}


#fbLogo {
	float: left;
	margin-top: 0px;
	margin-left: 10px;	
	
}







#altmsg { 
	position: absolute;
	background-color:#FFFFFF;
	padding: 20px;
	opacity: 0.6;
	filter: alpha(opacity=0);
	text-align:center;
}

#altmsg:hover { 
	opacity: 0.8;
	filter: alpha(opacity=0);
}
