* {
  padding: 0;
  margin: 0
}
body {
  background: #5e8602 url(../images/bg.jpg) repeat-x 0 0px;
  font: 12px/20px "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
  text-align: center;
}
.header {
  text-align: center;
}
.content{
  color: #d0e3d0;
  padding-top: 50px;
  width: 652px;
  margin-left: auto;
  margin-right: auto;

}
p {
  text-align: justify;
  margin: 0 118px 50px;
}
a:link, a:visited, a:active {
  color: #eff5ff;
  text-decoration: none;
}
a:hover {
  color: #eff5ff;
  text-decoration: underline;
}
