/* Remove unwanted elements */ 
#body, #header, #navbar, #l_sidebar, #sem_admin_menu,#partecipanti, .comments,.titolo,.logo_cliccabile,#footer,.post,.printthis, .noprint { 
display: none; 
} 

/* Ensure the content spans the full width */ 
#container, #container2, #content, .entry { 
width: 100%; 
margin: 0; 
float: none; 
}
.bg_nick  {
	text-align: center;
        font-size: 250%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
        color: #0E101D;
	margin: 5px 5px 5px 0px;
        }
.bg_name  {
	text-align: center;
        font-size: 150%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
        color: #0E101D;
	margin: 5px 5px 5px 0px;
        }
.bg_web  {
	text-align: center;
        font-size: 150%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
        color: #0E101D;
	margin: 5px 5px 5px 0px;
        }
.bg_camp  {
	text-align: center;
        font-size: 200%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
        color: #0E101D;
	margin: 5px 5px 5px 0px;
        }


