WIDTH=%100 HEIGHT=%100
Yanlış hatırlamıyorsam bu şekilde tam yayabilirsin.

Bunuda deneyebilirsin

html {
	background: url(background.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}