body {
  background-color: black;
  /*background-image: url('/i/header-bg-inverted.png');*/
	background-image: url('/i/music4free-bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
}
p {
  color: #999;
}

#sidebar h2.title {
  color: #888;
}
#topmenu a {
  color: #bbb;
}
#footer {
  border-top-color: transparent;
  color: #999;
}
h1, dt, dd {
  color: #ccc;
}
h1 {
  text-shadow: 3px 3px 4px rgba(100, 100, 100, 0.5);
}
h2 {
  text-shadow: 3px 3px 5px rgba(100, 100, 100, 0.5);
}

/* ----------------------------------------------------------------- */

#content sup {
  font-size: 12px;
  color: red;
}
dd {
  line-height: 1.4em;
}

.box-rounded-transparent {
  background-image: url('/i/transparent-black-40.png');
  padding: 7px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 70%;
  margin: 20px auto;
}