/* yia style definitions */

html {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body {
  margin: 0 auto;
  text-align: center;
}

a {
  color: black;
}
a.ignore {
  text-decoration: none;
}
h1 img {
  margin-top: 96px;
  width: 455px;
  height: 128px;
  border: none;
}

div#footer {
  margin-top: 320px;
  cursor: pointer;
  color: #333;
  font-size: 90%;
}
div#footer img {
  margin-top: 0,5em;
  width: 400px;
  height: 226px;
  border: none;
  clear: both;
}
p#sellme {
  margin-bottom: 1em;
  clear: both;
}
div#footer p#sellme {
}
p.hideme {
  visibility: hidden;
  height: 0;
}
p.showme {
  visibility: visible;
  height: auto;
}


