html, body, h1, h2, h3, h4, div, span, a {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}

body {
  background-color: #f0f0f0;
  height: 600px;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size:75%;
  color: #fff;
  text-transform: uppercase;
}

div#identity {
  position: absolute;
  top: -2px;
  right: 1px;
  font-weight: normal;
  text-transform: none;
  color: #ff9900;
  font-size: 15px;
}

div#container {
  width: 800px;
  height: 600px;
  position: relative;
}

div#a {
  width: 800px;
  height: 112px;
  position: relative;
  background-image: url("/htdocs/images/nullsound_cover_nov2010_a.jpg");
  background-repeat: no-repeat;
  background-position: top left;
}

div#blank {
  width: 800px;
  height: 348px;
  background-color: #282825;
  position: relative;
}

div#b {
  width: 800px;
  height: 130px;
  background-color: #53534d;
  position: relative;
}

div#c { 
  width: 800px;
  height: 10px;
  background-color: #ff9900;
}

