html{
	/* This image will be displayed fullscreen */
	background:url('../images/bg_promo.jpg') no-repeat top center;
	
	/* Ensure the html element always takes up the full height of the browser window */
	min-height:100%;
	
	/* The Magic */
	background-size:cover;

}