body {
  background: #000;
}

html {
  font-family: Tahoma, Arial, Verdana, sans-serif;
  color: #e1e1e1;
  text-align: center;
  font-size: 12px;
}

* {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

a { color: #f11a1a; }

a:hover { color: #e1e1e1; }

p {
  margin: 0 0 10px 0;
}

#wrap {
  width: 641px;
  margin: 0 auto 0 auto;
  text-align: left;
}

#header {
  position: relative;
}

#header {
  height: 251px;
  background: url("/media/img/splash/dog.jpg") no-repeat top left;
}

#header img#logo {
  position: absolute; 
  top: 222px;
  left: 41px; 
}

#content {
  margin: 0 0 0 175px;
  padding: 0 0 10px 0;
  background: url("/media/img/misc/dotted.gif") repeat-x bottom left;
}

#content h1, #content h3 {
  text-indent: -10000px;
}

#content h1#title {
  height: 51px;
  background: url("/media/img/splash/title.gif") no-repeat bottom left;
  margin: 20px 0 0 0;
}

#content p {
  margin: 20px 0;
  width: 385px;
  text-align: justify;
}

#footer {
  margin: 10px 0 0 175px;
}

#footer p {
  margin: 0 0 10px 0;
}

