body, html {
  background: #65b4c8;
}

div.wrapper {
  background-image: url("images/bodytextbg.jpg");
  background-repeat: no-repeat;
  background-position: center 200px;
}

div.wrapper div.main-menu {
  border: 1px solid #65b4c8;
}

div.wrapper div.sub-menu {
  border-right: 1px solid #65b4c8;
  border-bottom: 1px solid #65b4c8;
  border-left: 1px solid #65b4c8;
}

a, a:active, a:visited {
  color: #38899e;
  font-weight: bold;
  text-decoration: none;
}
