html, body {height: 100%; margin: 0; padding: 0;}

#all {position: relative; height: 100%;}

html>body #all {height: auto; min-height: 100%;}

#empty
{
  	height: 38px;
}
#footer {
  	height: 38px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 12px;
}

td {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 12px;
}

th {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 12px;
}
.errormessage {
  color: red;
}

p { text-align: justify; }
