html, body {
  background-color: #000000; 
  color: #333333;
  font-family: Tahoma;
  font-size: 15px;
  margin: 0px;
  padding: 0px;
  border: none;
}

.text {
  display: none; 
}

img {
  border: none; 
}

#wrapper {
  width: 100%;
}

#head {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 17px;
  background-image: url('../img/head.jpg');
  background-repeat: repeat-x;
  background-position: bottom;
}

#container {
  margin: auto;
  width: 900px; 
}

#navi {
  text-align: center;
}

#content {
  background-image: url('../img/blank.jpg'); 
  background-repeat: no-repeat;
  height: 680px;
}

#footer {
  width: 900px;
  margin: auto;
  text-align: center;
  color: #555555; 
  font-size: 10px;
  margin-bottom: 20px;
}

#footer a {
  color: #555555; 
}


a {
  color: #ff0000; 
}

a:hover {
  color: #000000; 
}
