body {
  margin: 0;
  padding: 0;
  color: #cf9;
  font: 60% Arial, Helvetica, sans-serif;
  background: url(1.png) no-repeat bottom right;
  float: left;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 1.9em;
}

h3 {
  font-size: 1.5em;
}

a {
  text-decoration: none;
  font-weight: none;
}

a:hover {
  text-decoration: none;
  color: #000;
}

a:visited, a:link {
  color: #000;
}

#container {
  margin: 0 auto;
  width: 800px;
}

#header {
  background: #fff url(samurai.gif) no-repeat;
  padding: 0 0 0 300px;
  height: 200px;
}

#header, #description {
  float: left;
  width: 100%;
}

#description {
  background: #f63;
  width: 629px;
}

#description, #requirements, #footer {
  margin-left: 90px;
  padding-left: 7px;
}


#sidebar {
  color: #000;
  background: #cff;
  float: left;
  width: 115px;
  padding: 7px;
  }



#requirements{
  color: #36c;
  background: #ffc;
  float: left;
  width: 500px;
}

ul {
  margin-top: -10px;
}

li {
  margin-left: -20px;
}

#footer {
  background: #f63;
  float: left;
  width: 500px;
} 








