html{
	height:100%;
}

body{
	background:url('test-css-min-width-height.png') no-repeat;
	height:100%;
	margin:0px;
}



div{
	width:100%;
	max-width:99px;
	height:100%;
	max-height:99px;
	background:#669;
}




