body {
  margin-top: 25px;
  text-align: center;
  background-image: url(../images/pink_background.gif);
}

#wrapper {
  width: 680px;
  height: 520px;
}

#topRowSplash {
  width: 680px;
  height: 20px;
}

#leftColSplash {
  clear: left;
  width: 20px;
  float: left;
}

#contentSplash {
  width: 640px;
  height: 480px;
  float: left;
}

#rightColSplash {
  width: 20px;
  float: left;
}

#bottomRowSplash {
  clear: left;
}

#footer {
  font-family: verdana, arial, san-serif;
  font-size: 10px;
  color: #2f4f4f;
}

a:link {
  color: #8b0000;
  text-decoration: none;
}

a:hover {
  color: #dc143c;
  text-decoration: underline;
}

a:visited {
  color: #4b0082;
  text-decoration: none;
}

a:visited:hover {
  color: #4b0082;
  text-decoration: underline;
}