function styl(){
	document.getElementById("body").style.minHeight = screen.height+"px" ;
}
styl();