/* Screen layout stylesheet for h8y.com */
/* Copyright (c) 2006 h8y.com */
/* Please encourage the author(s) to change to a less restrictive license */


/* a basic screen layout:
      .-------------------.
      |       title       |
      |-------------------|
      |       image       |
      |                   |
      |                   |
      |___________________|
*/

html {
  margin: 0;
  padding: 0;
}

/* body: should be global and simple */
body {
  background: #000;
  /* color: #afafaf;*/
  color: #b88417;
  font-family: Palantino, Georgia, serif;
  margin: 0;
  padding: 0;
}

#header h1 {
  text-align: center;
  font-size: 2.0em;
  font-family: arial, sans-serif;
}

#content {
  text-align: center;
  margin: 10em;
}

#content p {
  padding: 1em;
}
