/*
 * See http://scott.sauyet.name/CSS/Demo/FooterDemo1.html
 */
html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */

html>body, html>body #contents {
	height: auto;
}

/*
 * Without this, Moz1.0 adds a vertical scrollbar
 */

body {
	margin: 0;
}

#contents {
	position: absolute;
	top: 0;
	left: 0;
}

#footer {
	position: absolute;
	bottom: 0;
	background-color: #ECEAD0;
	width: 100%;
}

#main {
	margin-left:292px;
	margin-top:20px;
	margin-bottom: 240px;
	width:350px;
	height: auto;
}

pre {
  font-family: Arial, sans-serif; 
  font-size: 70%; 
  margin-top:20px;
  line-height: 175%; 
}

p {
  font-family: Arial, sans-serif; 
  font-size: 70%; 
  line-height: 175%; 
}
