.content h1 span.avatar {
  position: absolute;
  left: 4px;
  top: 2px;
  width: 64px;
  height: 52px;
  background-image: url("/images/head_icons.jpg");
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.content h1 span.label {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 485px;
  height: 60px;
  background: url("/images/head_content.png") left top no-repeat;
  line-height: 60px;
  padding: 0 0 0 85px;
}

.content.download-mirrors {
  background-image: url("/images/download_background.jpg");
  margin-bottom: 30px;
}

.content.download-mirrors h1 span.avatar {
  background-position: 0 -52px;
}

.content.download-mirrors .preface {
  text-align: left;
  width: 375px;
  margin: 30px 0 30px 20px;
  min-height: 185px;
}

.content.download-mirrors .preface h2 {
  font-weight: bold;
  font-size: 21px;
  color: #333;
  margin: 0 0 5px;
}

.content.download-mirrors .preface p {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  margin: 0 0 0 20px;
}

.content.download-mirrors .preface p a {
  font-weight: bold;
}

.content.download-mirrors .buttons {
  display: block;
  float: left;
  width: 900px;
}

.content.download-mirrors .buttons a.button-download {
  position: relative;
  display: block;
  float: left;
  width: 404px;
  height: 109px;
  margin: 32px 0 0 25px;
  background: url("/images/button-download.png") left top no-repeat;
}

.content.download-mirrors .buttons a.button-download:hover {
  background-position: left bottom;
}

.content.download-mirrors .buttons a.button-download .text-1 {
  display: block;
  margin: 31px 0 0 25px;
  font-size: 33px;
  line-height: 33px;
  color: #f9b963;
  text-shadow: 0 -1px 0 #000;
}

.content.download-mirrors .buttons a.button-download .text-2 {
  display: block;
  margin: 1px 0 0 25px;
  font-size: 21px;
  line-height: 21px;
  color: white;
  text-shadow: 0 -1px 0 #000;
}

.content.download-mirrors .system-requirements {
  display: block;
  float: left;
  padding: 108px 0 94px 429px;
}

.content.download-mirrors .system-requirements h2 {
  display: block;
  float: left;
  width: 490px;
  line-height: 14px;
  font-size: 14px;
  text-transform: uppercase;
  color: black;
  margin: 0 0 10px 2px;
}

.content.download-mirrors .system-requirements dl.requirements {
  display: block;
  float: left;
  width: 490px;
  background: #fafafa;
  border: solid 3px white;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 7px 0;
  font-size: 12px;
  -webkit-box-shadow: 0 0 1px 0 #66747f;
  -moz-box-shadow: 0 0 1px 0 #66747f;
  box-shadow: 0 0 2px 0 #66747f;
}

.content.download-mirrors .system-requirements dl.requirements dt {
  display: block;
  float: left;
  width: 145px;
  text-align: right;
  font-weight: bold;
  padding: 3px 10px 3px 10px;
}

.content.download-mirrors .system-requirements dl.requirements dd {
  display: block;
  float: left;
  width: 305px;
  padding: 3px 10px 3px 10px;
}
