html,body{
  margin:0;
  padding:0;
  border:0;
  height:100%;
}
body{
  background:url(/images_web/swirl_bg.gif);
  min-width:525px;
  text-align:center;
}
.clear{
  clear:both;
  height:1px;
  overflow:hidden;
  line-height:1%;
  font-size:0px;
  margin-bottom:-1px;
}
* html .clear{height:auto;margin-bottom:0}
#fullheightcontainer{
  margin-left:auto;
  margin-right:auto;
  text-align:left;
  position:relative;
  width:525px;
/* \*/
  height:100%;
/* Last height declaration hidden from Mac IE 5.x */
}
#wrapper{
/* \*/
  height:auto;
/* Last height declaration hidden from Mac IE 5.x */
}
* html #wrapper{
  height:100%;
}
/* Last style with height declaration hidden from Mac IE 5.x */
#outer{
	z-index:1;
	position:relative;
	/* \*/
  height:auto;/* Last height declaration hidden from Mac IE 5.x */
}
#clearheadercenter{
  height:70px;
  overflow:hidden;
}
#clearfootercenter{
  height:125px;
  overflow:hidden;
}
#footer{
  z-index:1;
  position:absolute;
  clear: both;
  width:525px;
  height:250px;
  overflow:visible;
  margin-top:-124px;
}
#subfooter1{
  text-align:center;
  height:250px;
}
#header{
  z-index:1;
  position:absolute;
  top:0px;
  width:525px;
  height:70px;
  overflow:hidden;
}
#subheader1{
  background:#FFF;
  text-align:center;
  height:70px;
}

