body {
  background-color:black;
  color:white;
  background-image: url("clover.gif");
}
div.textbox {
  background-color:#0E332B;
  border-color:#0B2922;
  border-style:outset;
  border-radius:2px;
  height:600px;
  width:600px;
  margin:auto;
  padding:20px;
}
div.return {
  text-align:center;
}