/* Makes Content Panel Fit Whole Page */

body {
  background-color: white; }

div#content {
  padding: 1.5em 1em 1em 1em; 
  border-style: none;
  background: none; }


/* Text Settings */

p.splashtitle {
  text-align: center;
  font-size: 1.8em;
  font-weight: bold; 
  text-shadow: 1px 1px 3px #999999; }

p.subtitle {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold; 
  text-shadow: 1px 1px 3px #999999; }

p.subtitle a {
  display: block;
  color: #115E55; 
  text-transform: uppercase; 
  letter-spacing: -1px;
  padding: 0.4em 0.1em 0.6em 0.1em;
  margin: 0;
  background: url('../../img/splashlink.png') no-repeat center center; }

p.subtitle a:hover {
  background-image: url('../../img/splashlinklit.png'); }
