body, p, h1, h2, h3, h4, h5, h6 {
  color: #000;
}

body {
  background: #e8e8e8 url('/static/images/web/blogContentBackground.gif') repeat-y 50% 0;
}

.contents {
  padding: 10px;
}

.header {
  padding-bottom: 11px;
}

.header-background {
  background: #212121 url('/static/images/web/blogHeaderBackground.gif') repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 55px;
  z-index: -9999;
}

.sidebar {
  float: left;
  font-size: 12px;
  padding-top: 50px;
  width: 300px;
}

.sidebar h4 {
  color: #888;
  font-weight: bold;
}

.sidebar .itunes-product-intro {
  width: 300px;
}
