*
{
	margin: 0;
	padding: 0;
}
/* The CSS that's required to position the footer */
 
	html
	{
		height: 100%;
	}
 
body {	
	height: 100%;
	background: #fff;
	color: #666; 
	font: normal 13px/1.2em Verdana, Arial, Helvetica, Sans-Serif; 
	margin: 0; 
	padding: 0; 
	line-height: 1.5em; 
	word-spacing: 0.1em; 
}
#page {
	min-height:	300px;
	min-width:	300px;
	position:	absolute;
	top:		150px;	/* margins in pixels */
	bottom:		60px;	/* could also use a percent */
	left:		30%;
	right:		30%;
}
 
* html #page
{
	height: 100%;
}
#page h1 {
	font-size:1.5em;
}
p
{
	margin-top: 1.5em;
}