@charset "utf-8";
/* CSS Document */

html, body {
  font-size: 14px;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000;
  color: #000;
  margin: 0;
  padding: 0;
}

#table {
  padding-top: 50px;
}

.main {
  background-image: url(images/index_03.jpg);
  background-color: #fff;
  text-align: left;
  vertical-align: top;
}

.menu {
	background-image: url(images/index_02.jpg);
	background-color: #000;
	text-align: center;
	vertical-align: center;
	color: #fff;
	word-spacing: 10px;
	font-size: 18px;
}

.footer {
  background-image: url(images/index_04.jpg);
  background-color: #fff;
  padding-left: 20px;
  font-size: 12px;
}

a.menu:link { text-decoration: none; color: #fff; }
a.menu:visited { text-decoration: none; color: #fff; }
a.menu:hover { text-decoration: underline; color: #fff; }
a.menu:active { text-decoration: none; color: #fff; }