/* FooterStickAlt */
html
{
	height: 100%;
}

body
{
	height: 100%;
}

#screen
{
	position: relative;
/*	min-height: 100%; */
}

* html #screen
{
	height: 100%;
	overflow: scroll;
}

#page
{
/*	min-height: 100%; */
	height: 400px;
	padding-bottom: 20px;
	position: relative;
}

#footer
{
	position: relative;
	height: 20px;
	margin-top: -20px;
} 
/* FooterStickAlt */