html,body { 
background:transparent url('new.png') repeat center top; display:table; width:100%;

	-webkit-background-size: cover !important; 
	-moz-background-size: cover !important; 
	-o-background-size: cover !important; 
	background-size: cover !important; 
}