body {
  background-image: url("background.jpg");
  background-color: #000000;
}
#wrapper {
  padding-top: 20px;
}
#main {
  border-radius: 25px;
  border: 4px solid #000000;
  padding: 20px;
  width: 85%;
  max-width: 600px;
  background-color: #ffffff;
  margin: 0 auto;
  overflow: auto;
  position: relative;
  font-size: 1.1em;
}
#img {
  width: 50%;
  max-width: 400px;
  float: left;
}
#bottomright {
  padding-top: 20px;
  right: 20px;
  bottom: 15px;
  position: absolute;
}
#submit {
  background: none !important;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  cursor: pointer;
}
a {
  text-decoration: none;
}
