body { font-family:Arial,Helvetica,sans-serif; margin:0px; height:100% }
html { height:100% }
#homeButton a:link { color:#2f3237 }
#homeButton a:visited { color:#2f3237 }
#homeButton a:hover { color:#dedede; text-decoration:none }
#homeButton a:active { color:#2f3237 }
#PageDiv { position:relative; min-height:100%; margin:auto }
#homeButton { min-height:2px; z-index:0; float:right; padding:9px }
@media screen and (max-width:920px)
{
	#homeButton { max-width:902px }
}
@media screen and (max-width:720px)
{
	#homeButton { max-width:702px }
}
@media screen and (max-width:570px)
{
	#homeButton { max-width:552px }
}
@media screen and (max-width:480px)
{
	#homeButton { max-width:462px }
}
@media screen and (max-width:320px)
{
	#homeButton { max-width:302px }
}
