#content {
/*  background-color:lightblue; */
  background-color:#1ee509;
  text-align:left;
  padding:30px;
  position:center;
  width:700px;

  -moz-border-radius: 15px;
  border-radius: 15px;
}

body {
    background-color:#9f9e9e;
}

