html, body {
  background: url(../images/parked/bg_gray_1x1.png);
  font-family: sans-serif;
  margin: 0 auto;
  color: rgb(255, 255, 255);
  padding: 0;
  font-size: 7.7pt;
}

a, a:link, a:visited {
  color: rgb(216, 146, 35);
  text-decoration: underline;
}

a:hover {
  color: rgb(216, 146, 35);
  text-decoration: none;
}

img, a img, .rollover, .radio, .image {
  border: none;
}

input[type="image"], input[type="radio"] {
  border: none;
}

h4, legend {
  font-size: 1.2em;
  font-weight: 600;
  margin: 0;
  color: rgb(255, 255, 255);
}

div.panel {
  background: url(../images/parked/box.png) no-repeat 0 0;
  width: 580px;
  height: 143px;
}

div.soon {
  padding-top: 25px;
  height: 143px;
}

#head {
  height: 201px;
  background: url(../images/parked/bg_gradient.png) repeat-x;
}

#logo {
  position: relative;
  height: 167px;
  text-align: center;
}

#logo a {
  display: block;
  background: url(../images/parked/indiemerchandiser_logo.png) no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -48px;
  left: 50%;
  margin-left: -148px;
  width: 296px;
  height: 97px;
}

#content {
  width: 580px;
  margin: 0 auto;
}

#cbody {
  min-height: 143px;
}


