body {
  background: #7d7d7d;
  font: 10px/10px Arial, Helvetica, Geneva, sans-serif;
}

#background {
  position:absolute;
  top:0;
  left:0;
  padding:0;
  margin:0;
  overflow:hidden;
  z-index: 1;
}


#background img {
  width: auto;
  height: auto;
}

#head {
  overflow: hidden;
  padding-top: 45px;
  color: #fff;
  width: 100%;
  z-index: 100;
  position: relative;
}

h1, h2, li {
  font-style: normal;
  text-transform: uppercase;
}

h1, h2{
	line-height: 10px;
	padding: 5px;
}

h2 {
	margin-top: -20px;

}

h1, li em, li span{
  background: #f83a00;
  width: 138px;
  text-align: right;
}

h2 {
  background: #3823f2;
  width: 100%;
  margin-left: 152px;
  padding-left: 6px;
}

#content {
  margin-top: 14px;
  position: relative;
  z-index: 100;
  line-height: 10px;
}

li {
padding-bottom: 3px;
  height: 1%;
  line-height: 10px;
}


li em {
  display: inline-block;
  background: #2c2c2b;
  color: #929292;
  line-height: 10px;
  padding: 5px 5px 5px;
	font-weight: normal;
	font-style: normal;
}

li span {
  background: #fff;
  display: inline-block;
  width: 310px;
  text-align: left;
  margin-left: 5px;
  color: #7d7d7d;
  line-height: 10px;
    padding: 5px 5px 5px 1px;
}



li strong {
  color: #4c4c4c;
  line-height: 10px;
    padding: 0 3px 0 5px;
	font-weight: bold;
}

#download {
  margin-left: 150px;
  margin-top: 35px;
  padding-left: 3px;
}

#download li a {
  color: #fff;
  margin-bottom: 1px;
  background: #f83a00;
  text-align: left;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
	line-height: 10px;
	padding: 5px;
}

#download li a:hover {
	text-decoration: underline;
}

#download li a:active {
	text-decoration: underline;
}

#download li a:visited {
	text-decoration: none;
}