/* CSS Document */
body {
  background: #000;
}

a#logo{
  background:url(images/zitry.jpg) no-repeat;
  display: block;
  margin: 0 auto;
  width:600px;
  height:440px;
  outline: none;
  font-family: arial;
  font-size: 18px;
  color: rgb(130,130,130);
  font-weight: bold;
  border: 1px #000 solid;
  text-decoration: none;
}

a#logo span {
  margin-top: 400px;
  display: block;
  text-align: center;
}

