html, body {
	min-height: 100%;
	margin: 0;
} 
body {
  background-image:url(https://newscities.neocities.org/fondo.jpg);
	color: #efefef ;
	 
}
 

a{
  color:orange;
}
.center {
  text-align: center;
  
}
img {
    width:100px;
    height:100px;
    border-radius:50px;
}
#left{    
 float: left;  
 }  
  #right{    
 float: right;  