body, * html body
{
  background:#fff; 
  font-family:arial, verdana, sans-serif; 
  font-size:76%;
  margin:0;
  border:0;
  padding:0;
}


#header 
{
	display:none;
}

#footer
{
	display:none;
}

#container {
  position:relative; 
  top:0;
  left:0;
  bottom:0; 
  right:0; 
  overflow:visible; 
  padding:0;
  text-align:center;
  height: auto;
  width: 100%;
  }

* html #container {
  }
  
#content {
	border: 0;
	width: 100%;
	margin: 0 auto;
}

* html #content {
}

#bottomOfPage, #topOfPage {
	display: none;
}
