* {
  padding: 0;
  margin: 0;
}

body {
  background: url(images/back2.jpg);
  font: 16px "Times New Roman", Times, serif;
  color: #fff;
}

a {
  text-decoration: none;
}

img {
  border: none;
}

table {
  width: 1000px;
  margin: 0 auto;
  border-collapse: collapse;
  text-align: center;
}

.head {
  width: 1000px;
  height: 244px;
  text-align: center;
}

.td_tumb {
  padding-top: 10px;
  padding-bottom: 10px;
}

.tumb {
  border: 2px solid #600;
}

.footer {
  width: 970px;
  margin: 0 auto;
  background: #fff;
  color: #000;
  border: 2px solid #600;
  font: bold 16px "Times New Roman", Times, serif;
}

.footer a {
  color: #000;
  font: 16px "Times New Roman", Times, serif;
  text-decoration: underline;
  text-align: left;
}

.best {
  text-align: center;
  color: #600;
}

.foot {
  width: 700px;
  border-collapse: collapse;
  margin: 0 auto;
}

.foot a {
  color: #ff0;
}

.foot a:hover {
  color: #fff;
  text-decoration: underline;
}

.disclaimer {
  font: 16px "Times New Roman", Times, serif;
  color: #fff;
  text-align: center;
}

.webmasters {
  font: 16px "Times New Roman", Times, serif;
  color: #fff;
  text-align: center;
}

.top {
  text-align: left;
  padding: 5px 10px;
}