body {
  font-family: Arial;
  color: #333;
  line-height: 1.2em;
  
  background-color:#f0f0f0;
  background-image: url(background.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top left;
  padding:0px;
  margin: 0px;
}

#contentWrap {
  width: 840px;
  padding: 20px;
	border: 0px solid #f0f0f0;
}
#navigation {

	width:800px;
  margin: 0px auto;
  padding: 0px;
  
	border: 0px solid #A0A0A0;
}
#content
{
	width:800px;
	display:block;
	position:relative;
	margin: 0px auto;
	border: 0px solid #A0A0A0;
  background-color:#f0f0f0;
  background-image: url(background.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top left;
}
/*
#content h1 {
  background-image: url(background.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top left;

}
*/

body.splashPage p {
  font-size: large;
}