@charset "UTF-8";
#footerarea {
	background-color: #FFFFFF;
	width: 800px;
	height: 22px;
	margin-top: -30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-indent: 60px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
}

html
{
height: 100%;
}

body
{
height: 100%;
}

#nonFooter
{
	position: relative;
	min-height: 100%;
	background-color: #CCCCCC;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

* html #nonFooter
{
height: 100%;
}

#content
{
	bottom: 30px;
}
