body {
  margin: 0;
  padding: 0;
}

.bag {
  width: 100%;
}

#content {
  width: 1030px;
  height: 768px;
  position: relative;
}

#signupform {
  position: absolute;
  left: 755px;
  top: 373px;
}

#signupform #email {
  position: absolute;
  left: 8px;
  top: 0px;
}

#signupform #submitbutton {
  display: block;
  position: absolute;
  left: 0px;
  top: 32px;
  width: 70px;
  height: 29px;
}

#designed {
  display: block;
  position: absolute;
  right: 33px;
  bottom: 12px;
  width: 100px;
  height: 16px;
}


