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

* html body#main
{
  padding:				0px 0px 340px 0px;
  }

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

#mainpage, #page
{
  position:				fixed;
  top:					0px;
  right:				0px;
  left:					0px;
  background:			#A5BACF;
  padding:				20px;
  overflow:				auto;
  }

#mainpage
{
  bottom:				340px;
  }

#page
{
  bottom:				120px;
  }

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

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

#mainfooter, #footer
{
  position:				absolute;
  bottom:				0px;
  left:					0px;
  width:				100%;
  height:				117px;
  background:			url('images/pfw-tile.jpg') repeat-x;
  text-align:			right;
  overflow:				auto;
  }

#mainfooter
{
  left:					656px;
  }

#footer
{
  left:					0px;
  }

* html #mainfooter
{
  height:				335px;
  }

* html #footer
{
  height:				117px;
  }

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

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

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