a {
  color: #000000;
  font-weight: bold;
}

a:hover {
  font-weight: bold;
  text-decoration: underline;
}

body {
  background-color: #f5f0e7;
  background-image: url("cms/templates/squealer/images/background.gif");
  background-attachment:fixed;
  font-family: "Arial";
}

div.outer {
  position:absolute;
  width: 700px;
  height: 450px;
  margin: -225px 0px 0px -350px;
  top: 50%; 
  left: 50%;
}

div.banner, div.links {
  border: 1px solid #a56a43;
  width: 700px;
  height: 281px;
  padding: 0px;
  text-align: center;
}

div.links {
  margin-top: 5px;
  height: 160px;
  background-color: #693122;
  background-image: url("cms/templates/squealer/images/bar_background.gif");
  color: #ffffff;
}

div.links a {
  color: #ffffff;
}

img {
  border: none;
}