.imagemlogo {
	position: absolute;
   top: 50%;
   left: 50%;

   margin-top: -250px; /* Half the height */
   margin-left: -250px; /* Half the width */
	
}

body {
margin: 0; 
padding: 0; 
width:100%; 
   height:100%; 
}