/** HTML Tags **/

body {
  background: url(../images/bg800.png) repeat-x top left;
  background-image: url(../images/top800.png), url(../images/bg800.png);
  background-position: top center, top left;
  background-repeat: no-repeat, repeat-x;
}

/** Logo **/

#logo {
  width: 238px;
  height: 211px;
  margin: auto;
  background: url(../images/logo800.png) no-repeat top left;
}

/** Message **/

#msg {
  margin-left: 40%;
  margin-top: 1em;
}

/** Demo **/

#demo {
  padding: 0;
  border: 0;
  text-align: center;
  background: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  text-align: left;
  position: absolute;
  width: 30%;
  top: 2.618em;
  right: 3%;
}

#demo h1 {
  margin: 0;
  margin-bottom: 0;
  font-size: 1.618em;
}

/** JazzWorks is… **/

#jazzworksis {
  position: absolute;
  width: 30%;
  top: 2.618em;
  left: 3%;
}

#jazzworksi h1 {
  font-size: 1.618em;
}

/** Playlist **/

#rightnow {
  margin-left: 40%;
  margin-right: 3%;
}

th {
  display: table-cell;
  padding-right: 1.618em;
}

td {
  display: table-cell;
  padding-right: 1.618em;
  padding-top: 0.618em;
  padding-bottom: 0.618em;
  border-top: 1px solid #ccc;
}

td.contributor,
td.album {
  font-size: 1em;
}

td.album {
  font-style: italic;
}

tr {
  display: table-row;
  margin-bottom: 0;
}

tfoot {
  font-size: 0.618em;
  font-style: italic;
}

/** Press release **/

#press-releases {
  margin-left: 40%;
  margin-right: 3%;
}

.press-release {
  width: 70%;
  margin: auto;
}

/** Questionnaire **/

iframe.form {
  width: 75%;
  margin-left: 12.5%;
}

/** Testimonial **/

#long-testimonial {
  margin-left: 40%;
  margin-right: 3%;
}

#testimonial {
  margin-top: 4.236em;
  margin-left: 40%;
  margin-right: 3%;
}

/** Contact **/

#form1, #form2 {
  width: 40%;
  float: left;
  margin: 0 2% 0 8%;
}

#form2 {
  margin: 0 8% 0 2%;
}

/** JazzWorks Logos **/

h1.logos {
  padding-top: 2.618em;
}

li.logo {
  width: 11.089em;
  height: 11.089em;
}