Centering background image with CSS

Just add style to HTML

html { 
width:100%; 
height:100%; 
background:url(logo.png) center center no-repeat;
}