html {
  background: #EAD9BB url('../images/background.png') no-repeat left top;
  font-family: Arial, sans-serif;
  color: #333333;
}

a:link,
a:visited,
a:hover,
a:active,
a:focus {
  color: #000000;
}

#top {
  padding: .5em 0em 2em;
}

#body {
  width: 58.875em;
  margin: 0em 0em 1.125em 0em;
}

#body .body_part {
  padding: 0em 1.5em;
}

#body_top {
  background: transparent url('../images/bg_top.png') no-repeat;
  height: 580px;
}

#body_mid {
  background: transparent url('../images/bg_mid.png') repeat-y;
  float: left;
  width: 55.875em;
}

#body_mid_content {
  margin: -565px 0 -15.625em;
  padding: 2em 0em;
  overflow: hidden;
  position: relative;
}

#body_bottom {
  background: transparent url('../images/bg_bottom.png') no-repeat;
  height: 260px;
  float: left;
  width: 55.875em;
  clear: both;
}

#content_bigplay{
  width: 100%;
  height: 266;
}


#content_sites{
  margin: 20px auto;
}

#content_sites .language_button{
  float: left;
  padding: 4px;
}

#content_bottom {
  line-height: 125%;
  padding: .5em;
  margin-bottom: 10px;
}

#content_bottom h1 {
  font-size: 200%;
  padding: 0 0 .5em 0;
}

#content_bottom ul {
  padding: 0 .5em 0 .5em;
  list-style: disc inside;
}

.clear {
  clear: both;
}

.tallerTitle {
  line-height: .8em;
}
