body {
  margin: 0;
  padding: 0;
  background-color: #FFF;
  color: #000;
  font-family: arial, helvetica, sans-serif;
  overflow: hidden;
}

img {
  border: 0;
}

#background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1000;
  text-align: center;
  margin: 0;
}

#background img {
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
}

#wrap { 
  width: 980px;
  margin: 0 auto;
  padding: 40px 40px 0 40px;
}

#header {
  float: left;
  height: 500px;
}

#content {
  margin-left: 550px;
}

#footer {
  clear: both;
}

#footer div {
  float: left;
  clear: left;
  height: 30px;
}

#footer span {
  margin-left: 550px;
  display: block;
  height: 36px;
}

h1, h2, h3 {
  background-color: #111;
  color: #AAA;
  padding: 4px 12px;
  display: inline;
}

p {
  margin: 16px 0;
}

h1 {
  font-size: 28px;
  line-height: 30px;
  color: #CCC;
}

h2 {
  font-weight: normal;
  font-size: 20px;
  line-height: 22px;
}

h3 {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
}

h2 a, h3 a {
  color: #EEE;
  font-weight: bold;
}

ul {
  margin: 60px 0 0 0;
  padding: 0;
}

li {
  font-size: 20px;
  height: 36px;
  list-style-type: none;
  margin: 0;
}

li span {
  background-color: #111;
  color: #AAA;
  display: block;
  float: left;
  width: 30px;
  text-align: center;
  padding: 3px 0;
  margin: 0;
}

li div {
  background-color: #111;
  color: #AAA;
  float: left;
  display: inline;
  padding: 3px 14px;
  margin: 0 0 0 5px;
}

li a {
  color: #EEE;
}