Test page for min-height on body tag

Style sheet:

html {
	min-height: 100%;
}

body {
	min-height: 100%;
	border: 5px solid #cc0000;
}