* {
  margin: 0;
  padding: 0;
}

#text-bg {
  background-color: #000;
  opacity: 0.7;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 750px;
  height: 100%;
  box-shadow: 0px 0px 10px #000;
}
#text {
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  right: 0;
  width: 500px;
  min-height: 100%;
  padding-top: 5px;
  padding-left: 8px;
  padding-right: 5px;
  box-shadow: 0px 0px 10px #000;
  float: right;
  font-size: 14px;
}

#text_thasauce {
  text-align: center;
  font-size: 10px;
}

#text_fasto {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

#text_ost {
  text-align: center;
  font-size: 30px;
  font-style: italic;
  font-weight: 700;
}

#fb_etc {
  text-align: center;
}

#dl_all {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

.track_title {
  font-size: 14px;
  font-style: italic;
}

.track_artist {
  font-size: 12px;
}

.track_dl {
  float: right;
  font-size: 12px;
  padding-top: 0.8em;
}

.break {
  height: 15px;
}

#test p {
  opacity: 1;
}

header,
content,
footer {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 600px;
  background-color: #781405;
}

header,
footer {
  text-align: center;
}

header h1 {
  padding-top: 0.3em;
  font-size: 21px;
}

#logo {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

#desc {
  text-align: left;
  padding-left: 0.5em;
  padding-right: 0.5em;
  background-color: #781405;
}

#desc-tracks-fill {
  height: 1em;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.06, rgb(185, 37, 14)),
    color-stop(0.77, rgb(120, 20, 5))
  );
  background-image: -moz-linear-gradient(center bottom, rgb(185, 37, 14) 6%, rgb(120, 20, 5) 77%);
}

#tracks {
  text-align: left;
  background-color: #b9250e;
}

#tracks-h {
  text-align: center;
}

#tracks-footer-fill {
  height: 1em;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.06, rgb(120, 20, 5)),
    color-stop(0.77, rgb(185, 37, 14))
  );
  background-image: -moz-linear-gradient(center bottom, rgb(120, 20, 5) 6%, rgb(185, 37, 14) 77%);
}

content,
footer {
  clear: both;
}

body {
  background: #f9c700;
  background: -moz-linear-gradient(top, #f9c700 0%, #fce363 59%, #0073b5 59%, #002b8f 100%);
  background: -webkit-linear-gradient(top, #f9c700 0%, #fce363 59%, #0073b5 59%, #002b8f 100%);
  background: linear-gradient(to bottom, #f9c700 0%, #fce363 59%, #0073b5 59%, #002b8f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c700', endColorstr='#002b8f',GradientType=0 );
  background-repeat: no-repeat;
  background-attachment: fixed;

  color: white;
  font-family: Verdana, Arial, sans-serif;
}

#container {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("fasto_logo_web.png") bottom left no-repeat fixed;
}

.clear {
  clear: both;
}

header {
  background-color:;
}

a {
  color: inherit;
}

#track_list {
  margin: auto -3em 1em 0;
  padding: 0;
  position: relative;
  left: -3em;
  overflow: hidden;
}

#track_list li {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}

#track_list li {
  margin-left: 5em;
}

#text li {
  padding-bottom: 0.5em;
}
