body {
  background-color: #2f2f2f;
  background-image: url('./../images/gradient.png');
  background-repeat: repeat-x;
}

.main {
  width: 1034px;
  height: 788px;
  background-image: url('./../images/website.jpg');
  background-repeat: no-repeat;
}

.menu {
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
}

.menu a:link, .menu a:visited {
  font-size: 12px;
  font-weight: bold;
  color: #670202;
  text-decoration: none;
}

.menu a:hover {
  font-size: 12px;
  font-weight: bold;
  color: #1b0001;
  text-decoration: none;
}

.submenu a:link, .submenu a:visited {
  font-size: 12px;
  font-weight: bold;
  color: #670202;
  text-decoration: none;
}

.submenu a:hover {
  font-size: 12px;
  font-weight: bold;
  color: #1b0001;
  text-decoration: none;
}

