 body {
  background-color: #282828;
  margin: 10px;
 }

 input {
  font-family: lucida sans, tahoma, arial;
  font-size: 13px;
  font-weight: normal;
  color: #DDD;
  background-color: #555;
  border: 1px solid #777;
  }

 #main {
  width: 850px;
  margin-left: auto;
  margin-right: auto;
  }

 #head {
  width: 850px;
  text-align: center;
  }

 #content {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align:justify;
  }

 #footer {
  width: 700px;
  height: 50px;
  position: relative;
  top: 25px;
  margin-left: auto;
  margin-right: auto;
  }

 .text, .text a, .text a:visited {
  font-family: lucida sans, tahoma, arial;
  font-size: 13px;
  font-weight: normal;
  color: #BBB;
  line-height: 18px;
  text-decoration: none;
  }

 .text a:hover {
  text-decoration: underline;
  }

 .text li {
  line-height: 35px;
  }

 .text b {
  color: #DDD;
  }

 .desc {
  font-family: arial;
  font-size: 11px;
  font-weight: normal;
  color: #BBB;
  line-height: 18px;
  text-decoration: none;
  }

 .footer {
  font-family: arial;
  font-size: 10px;
  font-weight: normal;
  color: #777;
  line-height: 13px;
  text-decoration: none;
  }

  .footer a, .footer a:visited {
  font-family: arial;
  font-size: 10px;
  font-weight: normal;
  color: #777;
  line-height: 13px;
  text-decoration: none;
  }

  .footer a:hover {
  text-decoration: underline;
  }

