* { 
  margin: 0;
  border: 0;
  padding: 0;
}

body {
  color: #888;
  background-color: #001;
  font-family: Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
}

.top {
  width: 600px;
  height: 145px;
  margin: 20px auto 0 auto;
  border-bottom: 1px solid #666;
}

.top div {
  width: 140px;
  margin-right: 10px;
  float: left;
}

.top ul {
  list-style: none;
}

.top p {
  margin-bottom: 14px;
}

.top a:link, .top a:visited {
  color: #999;
  text-decoration: none;
}

.top a:hover {
  color: #ccc;
  background: transparent url(../imgs/link_bg.gif) repeat-x;
  background-position: 5px 0;
}

.copy {
  color: #666;
}

.copy a:link, .copy a:visited {
  color: #777;
  text-decoration: none;
}

.copy a:hover {
  color: #aaa;
}

.test p {
  margin-left: 20px;
}

.test em {
  color: #777;
}

.btm {
  width: 700px;
  margin: 0 auto;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: center;
}

.btm img {
  width: 126px;
  height: 126px;
  margin: 5px;
  background-color: #444;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.btm img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}