body {
   color:#ffffff; 
   text-align: center;
   margin: auto;
   background:#000000
}

#sponsor{
    display:block;

    /*set the div in the top-left corner of the screen*/
    position:absolute;
    top:0;
    left:0;
    
    /*set the width and height to 100% of the screen*/
    width:100%;
    height:100%;
	font-size: 12px;
	font-family: Verdana;
}
div.chiudi{
	text-align: right;
	padding: 10px;
	border-bottom: none;
}
a.sponsor{
	color: #fff;
	text-decoration: None;
}
a.sponsor:hover{
	color: #ccc;
	text-decoration: None;
}

  body{ height:100% }
