html { 
	background: url('bruceleel.gif') no-repeat center center fixed; 
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	height:100%;
	min-height:100%;
	background-color: #2C332B;
}

body{
	min-height:100%;
}