html, body {
  height: 100%;
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  background: #6a5749;
}

#full {
  width: 100%;
  height: 100%;
}

img {
  border: none !important;
}

#hold {
  width: 1000px;
  height: 100%;
  margin: 0pt auto;
}

#content {
  width: 938px;
  height: 480px;
  margin: 0pt auto;
}

#logo {
  width: 380px;
  height: 179px;
  margin: 0 auto;
  margin: bottom: 30px;
  background-image: url(splashfiles/images/logo.jpg);
}

a#blog, a#website, a#client {
  width: 272px;
  height: 426px;
  float: left;
  overflow: hidden;
}

a#blog, a#website {
  margin-right: 61px;
}

a#blog {
  background-image: url(splashfiles/images/blog.jpg);
  background-position: 0 -426px !important;
}

a#website {
  background-image: url(splashfiles/images/website.jpg);
  background-position: 0 -426px !important;
}

a#client {
  background-image: url(splashfiles/images/client.jpg);
  background-position: 0 -426px !important;
}

#footer {
  width: 938px;
  height: auto;
  float: left;
}

#footer p {
  font-family: Arial, Verdana, sans-serif;
  color: #262626;
  font-size: 11px;
  text-align: center;
}

#footer a {
  color: black;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline !important;
}
