html{
	height: 100%;
}

body{
	height: 100%;
}

#dvNonFooter{
	position: relative;
	min-height: 100%;
	z-index: 250;
}

* html #dvNonFooter{
	height: 100%;
}

#dvFooter{
	position: relative;
	/*margin: -8.29em auto 0 auto;*/
	margin: -9.8em auto 0 auto;
}

/* A CSS hack that only applies to IE -- specifies a different height for the footer */

* html #dvFooter{
	margin-top: -9.15em;
}


/* PAGE/GENERAL */

*{
	margin: 0;
	padding: 0;
}


body
{
	background-color: #e4d3e6;
	color: #4C4C4C;
	line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center;
	background-image:url(/template/images/dvHeaderBG.jpg);
	background-repeat:repeat-x;
}

#dvPage
{
	width: 800px;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
	z-index: 250;
	background-image:url(/template/images/dvPage.gif);
	background-repeat:no-repeat;
	/*border: 1px solid red;*/
}


* html #dvPage #dvSubPage
{
	height: 100%;
}










