body
{
  height:				100%;
  max-height:			100%;
  background:			#FFFFFF;
  margin:				0px;
  padding:				0px;
  border:				0px;
  overflow:				hidden;
  font-family:			"Lucida Grande", Verdana, Arial, Geneva, Helvetica, sans-serif;
  color:				#5A798A;
  }

* html body
{
  padding:				0px 0px 320px 0px;
  }

#page
{
  position:				fixed;
  top:					0px;
  right:				0px;
  bottom:				320px;
  left:					0px;
  background:			#FFFFFF;
  padding:				20px;
  overflow:				auto;
  }

* html #page
{
  height:				100%;
  width:				100%;
  }

#footer
{
  position:				absolute;
  bottom:				0px;
  left:					0px;
  width:				460px;
  height:				314px;
  background:			url('images/pfl-main.jpg');
  text-align:			right;
  overflow:				auto;
  }

* html #footer
{
  height:				314px;
  }

#footertext
{
  position:				absolute;
  right:				10px;
  bottom:				5px;
  font-size:			50%;
  font-weight:			bold;
  color:				#B4CBD8;
  }

#footertext a
{
  color:				#B4CBD8;
  text-decoration:		none;
  }

#footertext a:hover
{
  text-decoration:		underline;
  }