/* global */
html{height: 100%;}

body
{ font-family: arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: 90%;
}


h1
{ font-size: 108%;
  letter-spacing: .1em;
}


#logo {display:none;}


#wrapper {
	width: auto; /*** IE5.5 needs this value to eliminate a horizontal scrollbar ***/
	float:none;


