@import url(/css/generic.css);
@import url(/css/xstandard.css);
/*
 * Site Specific Styles
 */

body {

  background: #004c1a url(/images/bg.gif) top left repeat-x;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

a {
  color: #bed62f;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

#site-container {
  width: 759px;
  margin: 35px auto 0 auto;
  min-height: 670px;
  background: url(/images/splash.jpg) no-repeat;
  padding-top: 560px;
}

h1 {
  display: none;
}