body {
  background-color: #0080c0;
  background-image: url(./images/nth_theme_arts_modern_blue_bg.gif);
  display: block;
  margin-left: 10%;
  margin-roght: 10%;
  width: 80%;

  text-align: center;
}
div#text {
  display: block;
  color: white;
  text-align: justify;
}
div#footer {
  display: block;
  color: white;
  text-align: center;
}
ul {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  display: block;
  position: relative;
  float: none;
  width: 710px;
}
li {
  margin-left: 1px;
  display: block;
  float: left;
  width: 100px;
  position: relative;
}
ul li a {
  border-style: solid;
  border-width: 1px;
  padding: 2px;
  background-color: #f3c038;
  text-decoration: none;
  font-size: 11px;
  display: block;
  color: white;
  text-align: center;
  float: left;
  width: 100px;
  position: relative;
}
ul li a:hover {
  background-color: #8e8efc;
  display: block;
  float: left;
  width: 100px;
  position: relative;
}

