body {

  /* for positioning of page within body */
  margin: 0;
  padding: 0;
  text-align: center; 
  vertical-align:top;

  background-color: #FFF;
}

/* The body * will remove all default browser styles */
body * {
  margin: 0;
  padding: 0;
  text-decoration: none;
  border: none;
  list-style-type: none;
}
	

#page {
  margin: 0 auto;
  width: 500px;
  background-color: #FFF;
}

#header {
  background-color: #FFF;
  height:30px;
}

#content a, #content a:hover {
  color: #960D07;
  border: none;
  background: transparent;
}

#content a {
  text-decoration: none;
}

#content a:hover {
  text-decoration: underline;
}

#content #blurb {
  position:relative;
  left:0px;
/*  top: 250px;*/
  text-align: center;
  line-height: 2em;
  font-family: Futura, Arial, Helvetica, sans;
  font-size: 14px;
}
